Uses of Interface
io.helidon.media.common.MessageBodyReader
Packages that use MessageBodyReader
Package
Description
Common classes for processing content with a specific
MediaType
.Jackson media type support.
JSON-B media type support.
JSON-P media type support.
Helidon Media MultiPart.
A reactive client for rest calls.
Reactive web server API.
-
Uses of MessageBodyReader in io.helidon.media.common
Methods in io.helidon.media.common that return MessageBodyReaderModifier and TypeMethodDescriptionstatic MessageBodyReader<FormParams>
DefaultMediaSupport.formParamReader()
ReturnFormParams
reader instance.static MessageBodyReader<InputStream>
DefaultMediaSupport.inputStreamReader()
ReturnInputStream
reader instance.static MessageBodyReader<String>
DefaultMediaSupport.stringReader()
ReturnString
reader instance.Methods in io.helidon.media.common that return types with arguments of type MessageBodyReaderModifier and TypeMethodDescriptionDefaultMediaSupport.readers()
default Collection<MessageBodyReader<?>>
MediaSupport.readers()
Returns the collection of the readers which should be registered.Methods in io.helidon.media.common with parameters of type MessageBodyReaderModifier and TypeMethodDescriptionMediaContext.Builder.addReader
(MessageBodyReader<?> reader) MediaContextBuilder.addReader
(MessageBodyReader<?> reader) Registers new reader.MessageBodyReadableContent.registerReader
(MessageBodyReader<?> reader) MessageBodyReaderContext.registerReader
(MessageBodyReader<?> reader) MessageBodyReaders.registerReader
(MessageBodyReader<?> reader) Register a reader.<T> Single<T>
MessageBodyReaderContext.unmarshall
(Flow.Publisher<DataChunk> payload, MessageBodyReader<T> reader, GenericType<T> type) Convert a given HTTP payload into a publisher by selecting a reader with the specified class.Method parameters in io.helidon.media.common with type arguments of type MessageBodyReaderModifier and TypeMethodDescriptiondefault T
MediaContextBuilder.addReader
(Supplier<MessageBodyReader<?>> readerSupplier) Registers new reader. -
Uses of MessageBodyReader in io.helidon.media.jackson
Methods in io.helidon.media.jackson that return MessageBodyReaderModifier and TypeMethodDescriptionstatic MessageBodyReader<Object>
JacksonSupport.reader()
Return a default Jackson entity reader.static MessageBodyReader<Object>
JacksonSupport.reader
(ObjectMapper objectMapper) Create a new Jackson entity reader based onObjectMapper
instance.JacksonSupport.readerInstance()
Return Jackson reader instance.Methods in io.helidon.media.jackson that return types with arguments of type MessageBodyReader -
Uses of MessageBodyReader in io.helidon.media.jsonb
Methods in io.helidon.media.jsonb that return MessageBodyReaderModifier and TypeMethodDescriptionstatic MessageBodyReader<Object>
JsonbSupport.reader()
Return a default JSON-B entity reader.static MessageBodyReader<Object>
Create a new JSON-B entity reader based onJsonb
instance.JsonbSupport.readerInstance()
Return JSON-B reader instance.Methods in io.helidon.media.jsonb that return types with arguments of type MessageBodyReader -
Uses of MessageBodyReader in io.helidon.media.jsonp
Methods in io.helidon.media.jsonp that return MessageBodyReaderModifier and TypeMethodDescriptionstatic MessageBodyReader<JsonStructure>
JsonpSupport.reader()
Return a default JSON-P entity reader.static MessageBodyReader<JsonStructure>
JsonpSupport.reader
(JsonReaderFactory readerFactory) Create a new JSON-P entity reader based onJsonReaderFactory
.JsonpSupport.readerInstance()
Return JSON-P reader instance.Methods in io.helidon.media.jsonp that return types with arguments of type MessageBodyReader -
Uses of MessageBodyReader in io.helidon.media.multipart
Methods in io.helidon.media.multipart that return types with arguments of type MessageBodyReader -
Uses of MessageBodyReader in io.helidon.webclient
Methods in io.helidon.webclient with parameters of type MessageBodyReader -
Uses of MessageBodyReader in io.helidon.webserver
Methods in io.helidon.webserver with parameters of type MessageBodyReader