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)Registers a reader for a later use with an appropriateContent.as(Class)method call.<T> voidContent. registerReader(Predicate<Class<?>> predicate, Reader<T> reader)Registers a reader for a later use with an appropriateContent.as(Class)method call.
-