java.lang.Object
org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientCodecCustomizer
All Implemented Interfaces:
org.springframework.boot.web.reactive.function.client.WebClientCustomizer

public class WebClientCodecCustomizer extends Object implements org.springframework.boot.web.reactive.function.client.WebClientCustomizer
WebClientCustomizer that configures codecs for the HTTP client.
Since:
2.0.0
  • Constructor Details

    • WebClientCodecCustomizer

      public WebClientCodecCustomizer(List<org.springframework.boot.web.codec.CodecCustomizer> codecCustomizers)
  • Method Details

    • customize

      public void customize(org.springframework.web.reactive.function.client.WebClient.Builder webClientBuilder)
      Specified by:
      customize in interface org.springframework.boot.web.reactive.function.client.WebClientCustomizer