Class WebClientCodecCustomizer
java.lang.Object
org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientCodecCustomizer
- All Implemented Interfaces:
WebClientCustomizer
WebClientCustomizer
that configures codecs for the HTTP client.- Since:
- 2.0.0
- Author:
- Brian Clozel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(WebClient.Builder webClientBuilder) Callback to customize aWebClient.Builder
instance.
-
Constructor Details
-
WebClientCodecCustomizer
-
-
Method Details
-
customize
Description copied from interface:WebClientCustomizer
Callback to customize aWebClient.Builder
instance.- Specified by:
customize
in interfaceWebClientCustomizer
- Parameters:
webClientBuilder
- the client builder to customize
-