接口 CodecConfigurer.DefaultCodecConfig
- 封闭接口:
- CodecConfigurer
public static interface CodecConfigurer.DefaultCodecConfig
Exposes the values of properties configured through
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.- 从以下版本开始:
- 4.0
- 另请参阅:
-
方法概要
修饰符和类型方法说明Whether to log form data at DEBUG level, and headers at TRACE level.Get the configured limit on the number of bytes that can be buffered whenever the input stream needs to be aggregated.
-
方法详细资料
-
maxInMemorySize
Get the configured limit on the number of bytes that can be buffered whenever the input stream needs to be aggregated. -
isEnableLoggingRequestDetails
Whether to log form data at DEBUG level, and headers at TRACE level. Both may contain sensitive information.
-