Uses of Class
com.fasterxml.jackson.annotation.JsonIncludeProperties.Value
-
-
Uses of JsonIncludeProperties.Value in com.fasterxml.jackson.annotation
Fields in com.fasterxml.jackson.annotation declared as JsonIncludeProperties.Value Modifier and Type Field Description protected static JsonIncludeProperties.Value
JsonIncludeProperties.Value. ALL
Default instance has no explicitly included fieldsMethods in com.fasterxml.jackson.annotation that return JsonIncludeProperties.Value Modifier and Type Method 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 thatgetIncluded()
returnsnull
).Methods in com.fasterxml.jackson.annotation with parameters of type JsonIncludeProperties.Value Modifier and Type Method 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 thatgetIncluded()
returnsnull
).
-