接口的使用
cn.taketoday.http.codec.ServerCodecConfigurer.ServerDefaultCodecs
程序包
说明
Provides implementations of
Encoder
and Decoder for web use.Provides implementations of
ClientCodecConfigurer
and ServerCodecConfigurer based on the converter
implementations from cn.taketoday.http.codec.json and co.-
cn.taketoday.http.codec中ServerCodecConfigurer.ServerDefaultCodecs的使用
修饰符和类型方法说明ServerCodecConfigurer.defaultCodecs()Provides a way to customize or replace HTTP message readers and writers registered by default. -
cn.taketoday.http.codec.support中ServerCodecConfigurer.ServerDefaultCodecs的使用