类 CodecProperties

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

@ConfigurationProperties("spring.codec") @Deprecated(since="3.5.0", forRemoval=true) public class CodecProperties extends Object
已过时, 待删除: 此 API 元素将从以后的版本中删除。
since 3.5.0 for removal in 4.0.0 in favor of HttpCodecsProperties
Properties for reactive codecs.
从以下版本开始:
2.2.1
作者:
Brian Clozel
  • 构造器详细资料

    • CodecProperties

      public CodecProperties()
      已过时, 待删除: 此 API 元素将从以后的版本中删除。
  • 方法详细资料

    • isLogRequestDetails

      @DeprecatedConfigurationProperty(since="3.5.0", replacement="spring.http.codec.log-request-details") public boolean isLogRequestDetails()
      已过时, 待删除: 此 API 元素将从以后的版本中删除。
    • setLogRequestDetails

      public void setLogRequestDetails(boolean logRequestDetails)
      已过时, 待删除: 此 API 元素将从以后的版本中删除。
    • getMaxInMemorySize

      @DeprecatedConfigurationProperty(since="3.5.0", replacement="spring.http.codec.max-in-memory-size") public DataSize getMaxInMemorySize()
      已过时, 待删除: 此 API 元素将从以后的版本中删除。
    • setMaxInMemorySize

      public void setMaxInMemorySize(DataSize maxInMemorySize)
      已过时, 待删除: 此 API 元素将从以后的版本中删除。