Uses of Interface
org.springframework.http.codec.ClientCodecConfigurer
Packages that use ClientCodecConfigurer
Package
Description
Provides implementations of 
ClientCodecConfigurer
 and ServerCodecConfigurer based on the converter
 implementations from org.springframework.http.codec.json and co.Support for testing Spring WebFlux server endpoints via
 
WebTestClient.Provides a reactive 
WebClient
 that builds on top of the
 org.springframework.http.client.reactive reactive HTTP adapter layer.- 
Uses of ClientCodecConfigurer in org.springframework.http.codecMethods in org.springframework.http.codec that return ClientCodecConfigurerModifier and TypeMethodDescriptionClientCodecConfigurer.clone()Create a copy of thisCodecConfigurer.static ClientCodecConfigurerClientCodecConfigurer.create()Static factory method for aClientCodecConfigurer.
- 
Uses of ClientCodecConfigurer in org.springframework.http.codec.supportClasses in org.springframework.http.codec.support that implement ClientCodecConfigurer
- 
Uses of ClientCodecConfigurer in org.springframework.test.web.reactive.serverMethod parameters in org.springframework.test.web.reactive.server with type arguments of type ClientCodecConfigurerModifier and TypeMethodDescriptionWebTestClient.Builder.codecs(Consumer<ClientCodecConfigurer> configurer) 
- 
Uses of ClientCodecConfigurer in org.springframework.web.reactive.function.clientMethod parameters in org.springframework.web.reactive.function.client with type arguments of type ClientCodecConfigurerModifier and TypeMethodDescriptionExchangeStrategies.Builder.codecs(Consumer<ClientCodecConfigurer> consumer) Customize the list of client-side HTTP message readers and writers.WebClient.Builder.codecs(Consumer<ClientCodecConfigurer> configurer)