Class WebClientAutoConfiguration.WebClientCodecsConfiguration

java.lang.Object
org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration.WebClientCodecsConfiguration
Enclosing class:
WebClientAutoConfiguration

@Configuration(proxyBeanMethods=false) @ConditionalOnBean(org.springframework.boot.web.codec.CodecCustomizer.class) protected static class WebClientAutoConfiguration.WebClientCodecsConfiguration extends Object
  • Constructor Details

    • WebClientCodecsConfiguration

      protected WebClientCodecsConfiguration()
  • Method Details

    • exchangeStrategiesCustomizer

      @Bean @ConditionalOnMissingBean @Order(0) public WebClientCodecCustomizer exchangeStrategiesCustomizer(org.springframework.beans.factory.ObjectProvider<org.springframework.boot.web.codec.CodecCustomizer> codecCustomizers)