Uses of Enum Class
io.helidon.http.media.MediaSupport.SupportLevel
Packages that use MediaSupport.SupportLevel
-
Uses of MediaSupport.SupportLevel in io.helidon.http.media
Methods in io.helidon.http.media that return MediaSupport.SupportLevelModifier 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.Constructors in io.helidon.http.media with parameters of type MediaSupport.SupportLevelModifierConstructorDescriptionReaderResponse
(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.