Uses of Interface
io.helidon.common.http.Reader
-
-
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.since 2.0.0, useio.helidon.media.common.MessageBodyReaderContext.registerReader<T> voidContent. registerReader(Predicate<Class<?>> predicate, Reader<T> reader)Deprecated.since 2.0.0, useio.helidon.media.common.MessageBodyReaderContext.registerReader
-