@Configuration(proxyBeanMethods=false) @ConditionalOnBean(value=org.springframework.boot.web.codec.CodecCustomizer.class) protected static class WebClientAutoConfiguration.WebClientCodecsConfiguration extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
WebClientCodecsConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
WebClientCodecCustomizer |
exchangeStrategiesCustomizer(org.springframework.beans.factory.ObjectProvider<org.springframework.boot.web.codec.CodecCustomizer> codecCustomizers) |
@Bean @ConditionalOnMissingBean @Order(value=0) public WebClientCodecCustomizer exchangeStrategiesCustomizer(org.springframework.beans.factory.ObjectProvider<org.springframework.boot.web.codec.CodecCustomizer> codecCustomizers)