Uses of Interface
io.avaje.http.client.BodyReader
-
-
Uses of BodyReader in io.avaje.http.client
Methods in io.avaje.http.client that return BodyReader Modifier and Type Method Description <T> BodyReader<T>
BodyAdapter. beanReader(Class<T> cls)
<T> BodyReader<T>
JacksonBodyAdapter. beanReader(Class<T> cls)
<T> BodyReader<List<T>>
BodyAdapter. listReader(Class<T> cls)
<T> BodyReader<List<T>>
JacksonBodyAdapter. listReader(Class<T> cls)
Methods in io.avaje.http.client with parameters of type BodyReader Modifier and Type Method Description <T> T
HttpClientResponse. read(BodyReader<T> reader)
Returning the response using the given response reader.
-