Uses of Interface
org.springframework.http.codec.ClientCodecConfigurer

Packages that use ClientCodecConfigurer
Package
Description
Provides implementations of Encoder and Decoder for web use.
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.