JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
io.avaje.http.client
Package
io.avaje.http.client
Interface BodyReader<T>
public interface
BodyReader<T>
Read content as a java type.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
read
(
BodyContent
content)
Read the content returning it as a java type.
T
readBody
(
String
content)
Read the String content returning it as a java type.
Method Details
read
T
read
(
BodyContent
content)
Read the content returning it as a java type.
readBody
T
readBody
(
String
content)
Read the String content returning it as a java type.