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.ValueModifier and TypeFieldDescriptionprotected static final JsonIncludeProperties.Value
JsonIncludeProperties.Value.ALL
Default instance has no explicitly included fieldsMethods in com.fasterxml.jackson.annotation that return JsonIncludeProperties.ValueModifier and TypeMethodDescriptionstatic JsonIncludeProperties.Value
JsonIncludeProperties.Value.all()
static JsonIncludeProperties.Value
JsonIncludeProperties.Value.from
(JsonIncludeProperties src) 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.ValueModifier and TypeMethodDescriptionJsonIncludeProperties.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
).