Package io.avaje.http.client
Interface BodyReader<T>
-
public interface BodyReader<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
read(BodyContent content)
-
-
-
Method Detail
-
read
T read(BodyContent content)
-
-