接口的使用
org.springframework.http.codec.CodecConfigurer
使用CodecConfigurer的程序包 程序包 说明 org.springframework.http.codec org.springframework.http.codec.support Provides implementations ofClientCodecConfigurerandServerCodecConfigurerbased on the converter implementations fromorg.springframework.http.codec.jsonand co.org.springframework.http.codec中CodecConfigurer的使用
org.springframework.http.codec中CodecConfigurer的子接口 修饰符和类型 接口 说明 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.返回CodecConfigurer的org.springframework.http.codec中的方法 修饰符和类型 方法 说明 CodecConfigurerCodecConfigurer. clone()Create a copy of thisCodecConfigurer.org.springframework.http.codec.support中CodecConfigurer的使用
实现CodecConfigurer的org.springframework.http.codec.support中的类 修饰符和类型 类 说明 classDefaultClientCodecConfigurerDefault implementation ofClientCodecConfigurer.classDefaultServerCodecConfigurerDefault implementation ofServerCodecConfigurer.