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.
Properties
for reactive codecs.- Since:
- 2.2.1
- Author:
- Brian Clozel
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, 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.
-
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
Deprecated, for removal: This API element is subject to removal in a future version.
-
HttpCodecsProperties