Uses of Interface
io.helidon.common.http.Reader
-
Packages that use Reader Package Description io.helidon.common.http HTTP APIs and implementations usable by both server and client side of the HTTP story.io.helidon.media.common Common classes for processing content with a specificMediaType.io.helidon.media.jackson.common Jackson media type support.io.helidon.media.jsonb.common JSON-B media type support. -
-
Uses of Reader in io.helidon.common.http
Methods in io.helidon.common.http with parameters of type Reader Modifier and Type Method Description <T> voidContent. registerReader(Class<T> type, Reader<T> reader)Deprecated.useio.helidon.media.common.MessageBodyReaderContext.registerReader<T> voidContent. registerReader(Predicate<Class<?>> predicate, Reader<T> reader)Deprecated.useio.helidon.media.common.MessageBodyReaderContext.registerReader -
Uses of Reader in io.helidon.media.common
Methods in io.helidon.media.common that return Reader Modifier and Type Method Description static Reader<byte[]>ContentReaders. byteArrayReader()Get a reader that converts aDataChunkpublisher to an array of bytes.static Reader<InputStream>ContentReaders. inputStreamReader()Get a reader that converts aDataChunkpublisher to a blocking JavaInputStream.static Reader<String>ContentReaders. stringReader(Charset charset)static Reader<String>ContentReaders. urlEncodedStringReader(Charset charset)Methods in io.helidon.media.common with parameters of type Reader Modifier and Type Method Description <T> voidMessageBodyReadableContent. registerReader(Class<T> type, Reader<T> reader)Deprecated.<T> voidMessageBodyReadableContent. registerReader(Predicate<Class<?>> predicate, Reader<T> reader)Deprecated.<T> voidMessageBodyReaderContext. registerReader(Class<T> type, Reader<T> reader)Deprecated.<T> voidMessageBodyReaderContext. registerReader(Predicate<Class<?>> predicate, Reader<T> reader)Deprecated. -
Uses of Reader in io.helidon.media.jackson.common
Methods in io.helidon.media.jackson.common that return Reader Modifier and Type Method Description static Reader<Object>JacksonProcessing. reader(com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of Reader in io.helidon.media.jsonb.common
Methods in io.helidon.media.jsonb.common that return Reader Modifier and Type Method Description static Reader<Object>JsonBinding. reader(javax.json.bind.Jsonb jsonb)
-