Package | Description |
---|---|
org.springframework.http.codec |
Modifier and Type | Interface and Description |
---|---|
static interface |
ClientCodecConfigurer.ClientDefaultCodecs
CodecConfigurer.DefaultCodecs extension with extra client-side options. |
static interface |
ServerCodecConfigurer.ServerDefaultCodecs
CodecConfigurer.DefaultCodecs extension with extra client-side options. |
Modifier and Type | Method and Description |
---|---|
CodecConfigurer.DefaultCodecs |
CodecConfigurer.defaultCodecs()
Provides a way to customize or replace HTTP message readers and writers
registered by default.
|