Uses of Interface
org.springframework.http.codec.ClientCodecConfigurer
Packages that use ClientCodecConfigurer Package Description org.springframework.http.codec org.springframework.http.codec.support Provides implementations ofClientCodecConfigurerandServerCodecConfigurerbased on the converter implementations fromorg.springframework.http.codec.jsonand co.org.springframework.test.web.reactive.server Support for testing Spring WebFlux server endpoints viaWebTestClient.org.springframework.web.reactive.function.client Provides a reactiveWebClientthat builds on top of theorg.springframework.http.client.reactivereactive HTTP adapter layer.Uses of ClientCodecConfigurer in org.springframework.http.codec
Methods in org.springframework.http.codec that return ClientCodecConfigurer Modifier and Type Method Description ClientCodecConfigurerClientCodecConfigurer. clone()Create a copy of thisCodecConfigurer.static ClientCodecConfigurerClientCodecConfigurer. create()Static factory method for aClientCodecConfigurer.Uses of ClientCodecConfigurer in org.springframework.http.codec.support
Classes in org.springframework.http.codec.support that implement ClientCodecConfigurer Modifier and Type Class Description classDefaultClientCodecConfigurerDefault implementation ofClientCodecConfigurer.Uses of ClientCodecConfigurer in org.springframework.test.web.reactive.server
Method parameters in org.springframework.test.web.reactive.server with type arguments of type ClientCodecConfigurer Modifier and Type Method Description WebTestClient.BuilderWebTestClient.Builder. codecs(Consumer<ClientCodecConfigurer> configurer)Uses of ClientCodecConfigurer in org.springframework.web.reactive.function.client
Method parameters in org.springframework.web.reactive.function.client with type arguments of type ClientCodecConfigurer Modifier and Type Method Description ExchangeStrategies.BuilderExchangeStrategies.Builder. codecs(Consumer<ClientCodecConfigurer> consumer)Customize the list of client-side HTTP message readers and writers.WebClient.BuilderWebClient.Builder. codecs(Consumer<ClientCodecConfigurer> configurer)