Uses of Enum Class
com.fasterxml.jackson.annotation.Nulls
-
Uses of Nulls in com.fasterxml.jackson.annotation
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 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 class with the specified name.static Nulls[]Nulls.values()Returns an array containing the constants of this enum class, 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