@ConfigurationProperties(prefix="spring.codec")
public class CodecProperties
extends java.lang.Object
properties for reactive codecs.| Constructor and Description |
|---|
CodecProperties() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.util.unit.DataSize |
getMaxInMemorySize() |
boolean |
isLogRequestDetails() |
void |
setLogRequestDetails(boolean logRequestDetails) |
void |
setMaxInMemorySize(org.springframework.util.unit.DataSize maxInMemorySize) |
public boolean isLogRequestDetails()
public void setLogRequestDetails(boolean logRequestDetails)
public org.springframework.util.unit.DataSize getMaxInMemorySize()
public void setMaxInMemorySize(org.springframework.util.unit.DataSize maxInMemorySize)