Interface ConverterResponse
An object describing the response from a HypermediaConverter serializing a resource.
-
Method Summary
Modifier and TypeMethodDescriptiongetBody()Get the body of the response.Get the content type of the response.Get the headers of the response.
-
Method Details
-
getHeaders
Get the headers of the response.- Returns:
- A map of headers.
-
getContentType
Get the content type of the response.- Returns:
- The content type.
-
getBody
Get the body of the response.- Returns:
- The body.
-