Uses of Interface
org.springframework.http.codec.CodecConfigurer
Packages that use CodecConfigurer
Package
Description
Provides implementations of 
ClientCodecConfigurer
 and ServerCodecConfigurer based on the converter
 implementations from org.springframework.http.codec.json and co.- 
Uses of CodecConfigurer in org.springframework.http.codecSubinterfaces of CodecConfigurer in org.springframework.http.codecModifier and TypeInterfaceDescriptioninterfaceExtension ofCodecConfigurerfor HTTP message reader and writer options relevant on the client side.interfaceExtension ofCodecConfigurerfor HTTP message reader and writer options relevant on the server side.Methods in org.springframework.http.codec that return CodecConfigurer
- 
Uses of CodecConfigurer in org.springframework.http.codec.supportClasses in org.springframework.http.codec.support that implement CodecConfigurerModifier and TypeClassDescriptionclassDefault implementation ofClientCodecConfigurer.classDefault implementation ofServerCodecConfigurer.