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.ValueJsonIncludeProperties.Value. ALLDefault instance has no explicitly included fieldsMethods in com.fasterxml.jackson.annotation that return JsonIncludeProperties.Value Modifier and Type Method Description static JsonIncludeProperties.ValueJsonIncludeProperties.Value. all()static JsonIncludeProperties.ValueJsonIncludeProperties.Value. from(JsonIncludeProperties src)JsonIncludeProperties.ValueJsonIncludeProperties.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.Values 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.ValueJsonIncludeProperties.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.Values do not count ("undefined" meaning thatgetIncluded()returnsnull).
-