类 CodecProperties

java.lang.Object
org.springframework.boot.autoconfigure.codec.CodecProperties

@ConfigurationProperties(prefix="spring.codec") public class CodecProperties extends Object
Properties for reactive codecs.
从以下版本开始:
2.2.1
作者:
Brian Clozel
  • 构造器详细资料

    • CodecProperties

      public CodecProperties()
  • 方法详细资料

    • isLogRequestDetails

      public boolean isLogRequestDetails()
    • setLogRequestDetails

      public void setLogRequestDetails(boolean logRequestDetails)
    • getMaxInMemorySize

      public DataSize getMaxInMemorySize()
    • setMaxInMemorySize

      public void setMaxInMemorySize(DataSize maxInMemorySize)