public interface ClientCodecConfigurer extends CodecConfigurer
CodecConfigurer.customCodecs()
.
The built-in defaults include basic data types such as various byte
representations, resources, strings, forms, but also others like JAXB2 and
Jackson 2 based on classpath detection. There are options to
override
some of the defaults or to have them
turned off
completely.
Modifier and Type | Interface and Description |
---|---|
static interface |
ClientCodecConfigurer.ClientDefaultCodecs
Extension of
DefaultCodecs with extra client options. |
static interface |
ClientCodecConfigurer.MultipartCodecs
Registry and container for multipart HTTP message writers.
|
CodecConfigurer.CustomCodecs, CodecConfigurer.DefaultCodecs
Modifier and Type | Method and Description |
---|---|
static ClientCodecConfigurer |
create()
Create a new instance of the
ClientCodecConfigurer . |
ClientCodecConfigurer.ClientDefaultCodecs |
defaultCodecs()
Configure or customize the default HTTP message readers and writers.
|
customCodecs, getReaders, getWriters, registerDefaults
ClientCodecConfigurer.ClientDefaultCodecs defaultCodecs()
CodecConfigurer
defaultCodecs
in interface CodecConfigurer
static ClientCodecConfigurer create()
ClientCodecConfigurer
.