class EssentialJacksonCustomizerConfigurationProperties.Mapper extends Object
Type | Name and description |
---|---|
Boolean |
acceptCaseInsensitiveEnums By default enum names are treated as case insensitive. |
Boolean |
ignoreReadOnly By default read-only properties (a.k.a. getter-only or derived properties) are ignored. |
Boolean |
ignoreTransient By default transient fields and properties are ignored. |
Constructor and description |
---|
EssentialJacksonCustomizerConfigurationProperties.Mapper() |
By default enum names are treated as case insensitive. Set to false
to disable this behavior.
By default read-only properties (a.k.a. getter-only or derived properties) are ignored. Set to false
to disable this behavior.
By default transient fields and properties are ignored. Set to false
to disable this behavior.
Groovy Documentation