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 Nulls
JsonSetter.Value._contentNulls
private final Nulls
JsonSetter.Value._nulls
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 beDEFAULT
in which case `null` is returned.JsonSetter.Value.nonDefaultValueNulls()
Returns same asJsonSetter.Value.getValueNulls()
unless value would beDEFAULT
in which case `null` is returned.static Nulls
Returns 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 boolean
static JsonSetter.Value
Factory method that may be used (although is NOT the recommended way) to construct an instance from a full set of properties.static JsonSetter.Value
JsonSetter.Value.forContentNulls
(Nulls nulls) static JsonSetter.Value
JsonSetter.Value.forValueNulls
(Nulls nulls) static JsonSetter.Value
JsonSetter.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