Uses of Enum Class
io.helidon.http.media.MediaSupport.SupportLevel
-
Uses of MediaSupport.SupportLevel in io.helidon.http.media
Modifier and TypeMethodDescriptionMediaSupport.ReaderResponse.support()
Returns the value of thesupport
record component.MediaSupport.WriterResponse.support()
Returns the value of thesupport
record component.static MediaSupport.SupportLevel
Returns the enum constant of this class with the specified name.static MediaSupport.SupportLevel[]
MediaSupport.SupportLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionReaderResponse
(MediaSupport.SupportLevel support, Supplier<EntityReader<T>> supplier) Creates an instance of aReaderResponse
record class.WriterResponse
(MediaSupport.SupportLevel support, Supplier<EntityWriter<T>> supplier) Creates an instance of aWriterResponse
record class.