Class 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 Detail

    • Method Detail

      • 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