Package | Description |
---|---|
org.springframework.http.codec |
Provides implementations of
Encoder
and Decoder for web use. |
org.springframework.http.codec.support |
Provides implementations of
ClientCodecConfigurer
and ServerCodecConfigurer based on the converter
implementations from org.springframework.http.codec.json and co. |
Modifier and Type | Method and Description |
---|---|
ClientCodecConfigurer |
ClientCodecConfigurer.clone()
Create a copy of this
CodecConfigurer . |
static ClientCodecConfigurer |
ClientCodecConfigurer.create()
Static factory method for a
ClientCodecConfigurer . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultClientCodecConfigurer
Default implementation of
ClientCodecConfigurer . |