Modifier and Type | Field and Description |
---|---|
protected static JsonIncludeProperties.Value |
JsonIncludeProperties.Value.ALL
Default instance has no explicitly included fields
|
Modifier and Type | Method and Description |
---|---|
static JsonIncludeProperties.Value |
JsonIncludeProperties.Value.all() |
static JsonIncludeProperties.Value |
JsonIncludeProperties.Value.from(JsonIncludeProperties src) |
JsonIncludeProperties.Value |
JsonIncludeProperties.Value.withOverrides(JsonIncludeProperties.Value overrides)
Mutant factory method to override the current value with an another,
merging the included fields so that only entries that exist in both original
and override set are included, taking into account that "undefined"
JsonIncludeProperties.Value s
do not count ("undefined" meaning that getIncluded() returns null ). |
Modifier and Type | Method and Description |
---|---|
JsonIncludeProperties.Value |
JsonIncludeProperties.Value.withOverrides(JsonIncludeProperties.Value overrides)
Mutant factory method to override the current value with an another,
merging the included fields so that only entries that exist in both original
and override set are included, taking into account that "undefined"
JsonIncludeProperties.Value s
do not count ("undefined" meaning that getIncluded() returns null ). |
Copyright © 2008–2021 FasterXML. All rights reserved.