|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.web.client.RestTemplate.ResponseEntityResponseExtractor<T>
private class RestTemplate.ResponseEntityResponseExtractor<T>
Response extractor for HttpEntity.
| Field Summary | |
|---|---|
private HttpMessageConverterExtractor<T> |
delegate
|
| Constructor Summary | |
|---|---|
RestTemplate.ResponseEntityResponseExtractor(java.lang.Class<T> responseType)
|
|
| Method Summary | |
|---|---|
ResponseEntity<T> |
extractData(ClientHttpResponse response)
Extract data from the given ClientHttpResponse and return it. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final HttpMessageConverterExtractor<T> delegate
| Constructor Detail |
|---|
public RestTemplate.ResponseEntityResponseExtractor(java.lang.Class<T> responseType)
| Method Detail |
|---|
public ResponseEntity<T> extractData(ClientHttpResponse response)
throws java.io.IOException
ResponseExtractorClientHttpResponse and return it.
extractData in interface ResponseExtractor<ResponseEntity<T>>response - the HTTP response
java.io.IOException - in case of I/O errors
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||