Class ClientHttpResponseBodyExtractor
java.lang.Object
org.springframework.integration.webflux.support.ClientHttpResponseBodyExtractor
- All Implemented Interfaces:
org.springframework.web.reactive.function.BodyExtractor<org.springframework.http.client.reactive.ClientHttpResponse,org.springframework.http.client.reactive.ClientHttpResponse>
public class ClientHttpResponseBodyExtractor
extends Object
implements org.springframework.web.reactive.function.BodyExtractor<org.springframework.http.client.reactive.ClientHttpResponse,org.springframework.http.client.reactive.ClientHttpResponse>
The
BodyExtractor identity function implementation
which just returns the provided ClientHttpResponse.- Since:
- 5.0.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.web.reactive.function.BodyExtractor
org.springframework.web.reactive.function.BodyExtractor.Context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.client.reactive.ClientHttpResponseextract(org.springframework.http.client.reactive.ClientHttpResponse response, org.springframework.web.reactive.function.BodyExtractor.Context context)
-
Constructor Details
-
ClientHttpResponseBodyExtractor
public ClientHttpResponseBodyExtractor()
-
-
Method Details
-
extract
public org.springframework.http.client.reactive.ClientHttpResponse extract(org.springframework.http.client.reactive.ClientHttpResponse response, org.springframework.web.reactive.function.BodyExtractor.Context context) - Specified by:
extractin interfaceorg.springframework.web.reactive.function.BodyExtractor<org.springframework.http.client.reactive.ClientHttpResponse,org.springframework.http.client.reactive.ClientHttpResponse>
-