Uses of Interface
org.springframework.http.codec.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
Modifier 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. -
Uses of CodecConfigurer in org.springframework.http.codec.support
Modifier and TypeClassDescriptionclass
Default implementation ofClientCodecConfigurer
.class
Default implementation ofServerCodecConfigurer
.