Uses of Enum Class
io.helidon.openapi.OpenApiFormat
Packages that use OpenApiFormat
-
Uses of OpenApiFormat in io.helidon.openapi
Methods in io.helidon.openapi that return OpenApiFormatModifier and TypeMethodDescriptionstatic OpenApiFormat
Find OpenAPI media type by media type.static OpenApiFormat
Returns the enum constant of this class with the specified name.static OpenApiFormat[]
OpenApiFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.openapi with parameters of type OpenApiFormatModifier and TypeMethodDescriptionOpenApiManager.format
(T model, OpenApiFormat format) Format the model.