Uses of Class
io.helidon.media.common.MediaSupport
-
Packages that use MediaSupport Package Description io.helidon.media.common Common classes for processing content with a specificMediaType.io.helidon.webclient A reactive client for rest calls.io.helidon.webserver Reactive web server API. -
-
Uses of MediaSupport in io.helidon.media.common
Methods in io.helidon.media.common that return MediaSupport Modifier and Type Method Description MediaSupportMediaSupport.Builder. build()static MediaSupportMediaSupport. create()Create a new instance with empty reader and writer contexts.static MediaSupportMediaSupport. create(Config config)Create a new instance with empty reader and writer contexts.static MediaSupportMediaSupport. createWithDefaults()Create a new instance with the default readers and writers registered on the contexts.static MediaSupportMediaSupport. createWithDefaults(Config config)Create a new instance with the default readers and writers registered on the contexts.Methods in io.helidon.media.common with parameters of type MediaSupport Modifier and Type Method Description static MessageBodyReaderContextMessageBodyReaderContext. create(MediaSupport mediaSupport, MessageBodyContext.EventListener eventListener, ReadOnlyParameters headers, Optional<MediaType> contentType)Create a new empty writer context backed by the specified headers.static MessageBodyWriterContextMessageBodyWriterContext. create(MediaSupport mediaSupport, MessageBodyContext.EventListener eventListener, Parameters headers, List<MediaType> acceptedTypes)Create a new writer context. -
Uses of MediaSupport in io.helidon.webclient
Methods in io.helidon.webclient with parameters of type MediaSupport Modifier and Type Method Description WebClient.BuilderWebClient.Builder. mediaSupport(MediaSupport mediaSupport)Sets media support of the client. -
Uses of MediaSupport in io.helidon.webserver
Methods in io.helidon.webserver that return MediaSupport Modifier and Type Method Description MediaSupportWebServer. mediaSupport()Get the parent media support configuration.Methods in io.helidon.webserver with parameters of type MediaSupport Modifier and Type Method Description WebServer.BuilderWebServer.Builder. mediaSupport(MediaSupport mediaSupport)Set the server wide media support configuration.Method parameters in io.helidon.webserver with type arguments of type MediaSupport Modifier and Type Method Description WebServer.BuilderWebServer.Builder. mediaSupport(Supplier<MediaSupport> mediaSupportBuilder)Set the server wide media support configuration.
-