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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcustomize(WebClient.Builder webClientBuilder) Callback to customize aWebClient.Builderinstance.
- 
Constructor Details- 
WebClientCodecCustomizer
 
- 
- 
Method Details- 
customizeDescription copied from interface:WebClientCustomizerCallback to customize aWebClient.Builderinstance.- Specified by:
- customizein interface- WebClientCustomizer
- Parameters:
- webClientBuilder- the client builder to customize
 
 
-