@ConfigurationProperties(value="micronaut.serde.deserialization")
public interface DeserializationConfiguration
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PREFIX |
Modifier and Type | Method and Description |
---|---|
int |
getArraySizeThreshold() |
boolean |
isIgnoreUnknown()
Whether to ignore unknown values during deserialization.
|
static final java.lang.String PREFIX
@Bindable(defaultValue="true") boolean isIgnoreUnknown()
@Bindable(defaultValue="100") int getArraySizeThreshold()
100
.