-
BodyContent.asJson(byte[] content)
Create BodyContent for JSON byte[] content.
BodyContent.of(byte[] content)
Create BodyContent with the given byte[] content.
Create BodyContent with the given string content.
BodyContent.of(String contentType,
byte[] content)
Create BodyContent with the given the content type and byte[] content.
Create BodyContent with the given the content type and string content.
Write the bean as content using the default content type.
Write the bean as content with the requested content type.
Get the body content for this request if available.
Set encoded body content.
Read the content returning it as a java type.