Uses of Enum Class
io.jooby.openapi.OpenAPIGenerator.Format
-
Uses of OpenAPIGenerator.Format in io.jooby.openapi
Methods in io.jooby.openapi that return OpenAPIGenerator.FormatModifier and TypeMethodDescriptionstatic OpenAPIGenerator.FormatReturns the enum constant of this class with the specified name.static OpenAPIGenerator.Format[]OpenAPIGenerator.Format.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.jooby.openapi with parameters of type OpenAPIGenerator.FormatModifier and TypeMethodDescriptionOpenAPIGenerator.export(io.swagger.v3.oas.models.OpenAPI openAPI, OpenAPIGenerator.Format format) Export anOpenAPImodel to the given format.