Configuration Reference
Version:2.0.0-SNAPSHOT
Micronaut Serde Api Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Whether to ignore unknown values during deserialization. |
|
int |
The array size thresh hold for use in binding. Defaults to {@code 100}. |
Property | Type | Description |
---|---|---|
|
The default inclusion to use. Defaults to {@link SerdeConfig.SerInclude#NON_EMPTY}. |
|
|
boolean |
Whether to serialize errors as a list. |
Property | Type | Description |
---|---|---|
|
java.util.Optional |
The date format to use when serializing and deserializing dates. |
|
Shape for serializing dates. |
|
|
The unit to use for serializing and deserializing dates to or from numbers. Note that always uses the epoch day, regardless of this setting. |
|
|
java.util.Optional |
The default locale to use. |
|
java.util.Optional |
The default time zone to use. |
|
java.util.List |
The packages containing introspections that should be regarded as serializable by default without the need to add the annotation. |