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 ReaderModifier and TypeMethodDescription<T> voidContent.registerReader(Class<T> type, Reader<T> reader) Deprecated.<T> voidContent.registerReader(Predicate<Class<?>> predicate, Reader<T> reader) Deprecated.since 2.0.0, useio.helidon.media.common.MessageBodyReaderContext.registerReader
io.helidon.media.common.MessageBodyReaderContext.registerReader