public class ClientHttpResponseBodyExtractor
extends java.lang.Object
implements org.springframework.web.reactive.function.BodyExtractor<org.springframework.http.client.reactive.ClientHttpResponse,org.springframework.http.client.reactive.ClientHttpResponse>
BodyExtractor identity function implementation
which just returns the provided ClientHttpResponse.| Constructor and Description |
|---|
ClientHttpResponseBodyExtractor() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.client.reactive.ClientHttpResponse |
extract(org.springframework.http.client.reactive.ClientHttpResponse response,
org.springframework.web.reactive.function.BodyExtractor.Context context) |
public org.springframework.http.client.reactive.ClientHttpResponse extract(org.springframework.http.client.reactive.ClientHttpResponse response,
org.springframework.web.reactive.function.BodyExtractor.Context context)
extract in interface org.springframework.web.reactive.function.BodyExtractor<org.springframework.http.client.reactive.ClientHttpResponse,org.springframework.http.client.reactive.ClientHttpResponse>