Uses of Interface
org.springframework.http.codec.CodecConfigurer
Packages that use CodecConfigurer Package Description org.springframework.http.codec org.springframework.http.codec.support Provides implementations ofClientCodecConfigurerandServerCodecConfigurerbased on the converter implementations fromorg.springframework.http.codec.jsonand co.Uses of CodecConfigurer in org.springframework.http.codec
Subinterfaces of CodecConfigurer in org.springframework.http.codec Modifier and Type Interface Description interfaceClientCodecConfigurerExtension ofCodecConfigurerfor HTTP message reader and writer options relevant on the client side.interfaceServerCodecConfigurerExtension ofCodecConfigurerfor HTTP message reader and writer options relevant on the server side.Methods in org.springframework.http.codec that return CodecConfigurer Modifier and Type Method Description CodecConfigurerCodecConfigurer. clone()Create a copy of thisCodecConfigurer.Uses of CodecConfigurer in org.springframework.http.codec.support
Classes in org.springframework.http.codec.support that implement CodecConfigurer Modifier and Type Class Description classDefaultClientCodecConfigurerDefault implementation ofClientCodecConfigurer.classDefaultServerCodecConfigurerDefault implementation ofServerCodecConfigurer.