Uses of Enum
com.fasterxml.jackson.annotation.Nulls
-
Uses of Nulls in com.fasterxml.jackson.annotation
Fields in com.fasterxml.jackson.annotation declared as NullsModifier and TypeFieldDescriptionprivate final NullsJsonSetter.Value._contentNullsprivate final NullsJsonSetter.Value._nullsMethods 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 beDEFAULTin which case `null` is returned.JsonSetter.Value.nonDefaultValueNulls()Returns same asJsonSetter.Value.getValueNulls()unless value would beDEFAULTin 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 TypeMethodDescriptionprivate static booleanstatic 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