Uses of Enum
com.fasterxml.jackson.annotation.Nulls
-
Uses of Nulls in com.fasterxml.jackson.annotation
Subclasses with type arguments of type Nulls in com.fasterxml.jackson.annotationModifier and TypeClassDescriptionenumEnumeration used withJsonSetter(for properties `nulls` and `contentNulls`) to define how explicit `null` values from input (if input format has the concept; JSON, for example does) are handled.Methods in com.fasterxml.jackson.annotation that return NullsModifier and TypeMethodDescriptionJsonSetter.Value.getContentNulls()JsonSetter.Value.getValueNulls()JsonSetter.Value.nonDefaultContentNulls()Returns same asJsonSetter.Value.getContentNulls()unless value would beNulls.DEFAULTin which case `null` is returned.JsonSetter.Value.nonDefaultValueNulls()Returns same asJsonSetter.Value.getValueNulls()unless value would beNulls.DEFAULTin which case `null` is returned.static NullsReturns the enum constant of this type with the specified name.static Nulls[]Nulls.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fasterxml.jackson.annotation with parameters of type NullsModifier and TypeMethodDescriptionstatic JsonSetter.ValueFactory method that may be used (although is NOT the recommended way) to construct an instance from a full set of properties.static JsonSetter.ValueJsonSetter.Value.forContentNulls(Nulls nulls) static JsonSetter.ValueJsonSetter.Value.forValueNulls(Nulls nulls) static JsonSetter.ValueJsonSetter.Value.forValueNulls(Nulls nulls, Nulls contentNulls) JsonSetter.Value.withContentNulls(Nulls nulls) JsonSetter.Value.withValueNulls(Nulls nulls) JsonSetter.Value.withValueNulls(Nulls valueNulls, Nulls contentNulls) Constructors in com.fasterxml.jackson.annotation with parameters of type Nulls