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 thesupportrecord component.MediaSupport.WriterResponse.support()Returns the value of thesupportrecord component.static MediaSupport.SupportLevelReturns 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 aReaderResponserecord class.WriterResponse(MediaSupport.SupportLevel support, Supplier<EntityWriter<T>> supplier) Creates an instance of aWriterResponserecord class.