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.codec
Subinterfaces of CodecConfigurer in org.springframework.http.codecModifier and TypeInterfaceDescriptioninterface
Extension ofCodecConfigurer
for HTTP message reader and writer options relevant on the client side.interface
Extension ofCodecConfigurer
for 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.support
Classes in org.springframework.http.codec.support that implement CodecConfigurerModifier and TypeClassDescriptionclass
Default implementation ofClientCodecConfigurer
.class
Default implementation ofServerCodecConfigurer
.