Class 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
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.5.0 for removal in 4.0.0 in favor of HttpCodecsProperties
Properties for reactive codecs.
Since:
2.2.1
Author:
Brian Clozel
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setLogRequestDetails(boolean logRequestDetails)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setMaxInMemorySize(DataSize maxInMemorySize)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CodecProperties

      public CodecProperties()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • isLogRequestDetails

      @DeprecatedConfigurationProperty(since="3.5.0", replacement="spring.http.codec.log-request-details") public boolean isLogRequestDetails()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setLogRequestDetails

      public void setLogRequestDetails(boolean logRequestDetails)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getMaxInMemorySize

      @DeprecatedConfigurationProperty(since="3.5.0", replacement="spring.http.codec.max-in-memory-size") public DataSize getMaxInMemorySize()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setMaxInMemorySize

      public void setMaxInMemorySize(DataSize maxInMemorySize)
      Deprecated, for removal: This API element is subject to removal in a future version.