Class EntityExchangeResult<T>
java.lang.Object
org.springframework.test.web.servlet.client.ExchangeResult
org.springframework.test.web.servlet.client.EntityExchangeResult<T>
- Type Parameters:
- T- the response body type
ExchangeResult sub-class that exposes the response body fully
extracted to a representation of type <T>.- Since:
- 7.0
- Author:
- Rob Worsnop
- 
Method SummaryModifier and TypeMethodDescriptionReturn the entity extracted from the response body.Methods inherited from class ExchangeResultassertWithDiagnostics, getMethod, getRequestBodyContent, getRequestHeaders, getResponseBodyContent, getResponseCookies, getResponseHeaders, getStatus, getUriTemplate, getUrl, toString
- 
Method Details- 
getResponseBody
 
-