| java.lang.Object | |
| ↳ | org.springframework.web.client.HttpMessageConverterExtractor<T> |
Response extractor that uses the given entity converters to convert the response
into a type T.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance of the
HttpMessageConverterExtractor with the given response type and message
converters. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Extract data from the given
ClientHttpResponse and return it. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.web.client.ResponseExtractor
| |||||||||||
Creates a new instance of the HttpMessageConverterExtractor with the given response type and message
converters. The given converters must support the response type.
Extract data from the given ClientHttpResponse and return it.
| response | the HTTP response |
|---|
| IOException |
|---|