public class CseResponseEntityResponseExtractor<T> extends Object implements org.springframework.web.client.ResponseExtractor<org.springframework.http.ResponseEntity<T>>
| Constructor and Description |
|---|
CseResponseEntityResponseExtractor(Type responseType) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<T> |
extractData(org.springframework.http.client.ClientHttpResponse response) |
public CseResponseEntityResponseExtractor(@Nullable
Type responseType)
public org.springframework.http.ResponseEntity<T> extractData(org.springframework.http.client.ClientHttpResponse response) throws IOException
extractData in interface org.springframework.web.client.ResponseExtractor<org.springframework.http.ResponseEntity<T>>IOExceptionCopyright © 2017–2022 The Apache Software Foundation. All rights reserved.