public static interface CodecConfigurer.DefaultCodecConfig
CodecConfigurer.defaultCodecs()
that are applied to default codecs.
The main purpose of this interface is to provide access to them so they
can also be applied to custom codecs if needed.CodecConfigurer.CustomCodecs.registerWithDefaultConfig(Object, Consumer)
Modifier and Type | Method and Description |
---|---|
Boolean |
isEnableLoggingRequestDetails()
Whether to log form data at DEBUG level, and headers at TRACE level.
|
Integer |
maxInMemorySize()
Get the configured limit on the number of bytes that can be buffered whenever
the input stream needs to be aggregated.
|