Uses of Enum Class
io.helidon.openapi.OpenAPIMediaType
Packages that use OpenAPIMediaType
Package
Description
Helidon common OpenAPI classes to be used when integrating with servers (NĂma, Reactive, MicroProfile).
-
Uses of OpenAPIMediaType in io.helidon.openapi
Fields in io.helidon.openapi declared as OpenAPIMediaTypeModifier and TypeFieldDescriptionstatic final OpenAPIMediaTypeOpenAPIMediaType.DEFAULT_TYPEDefault media type (YAML).Methods in io.helidon.openapi that return OpenAPIMediaTypeModifier and TypeMethodDescriptionstatic OpenAPIMediaTypeReturns the enum constant of this class with the specified name.static OpenAPIMediaType[]OpenAPIMediaType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.openapi that return types with arguments of type OpenAPIMediaTypeModifier and TypeMethodDescriptionstatic Optional<OpenAPIMediaType>OpenAPIMediaType.byFileType(String fileType) Find media type by file suffix.static Optional<OpenAPIMediaType>OpenAPIMediaType.byMediaType(io.helidon.common.media.type.MediaType mt) Find OpenAPI media type by media type.