Uses of Class
com.fasterxml.jackson.annotation.Nulls
-
-
Uses of Nulls in com.fasterxml.jackson.annotation
Fields in com.fasterxml.jackson.annotation declared as Nulls Modifier and Type Field Description private NullsJsonSetter.Value. _contentNullsprivate NullsJsonSetter.Value. _nullsMethods in com.fasterxml.jackson.annotation that return Nulls Modifier and Type Method Description NullscontentNulls()Specifies action to take when input to match into content value (of aCollection,Map, array, or referential value) contains explicit `null` value (if format has one) to bind.NullsJsonSetter.Value. getContentNulls()NullsJsonSetter.Value. getValueNulls()NullsJsonSetter.Value. nonDefaultContentNulls()Returns same asJsonSetter.Value.getContentNulls()unless value would beDEFAULTin which case `null` is returned.NullsJsonSetter.Value. nonDefaultValueNulls()Returns same asJsonSetter.Value.getValueNulls()unless value would beDEFAULTin which case `null` is returned.Nullsnulls()Specifies action to take when input contains explicit `null` value (if format has one).static NullsNulls. valueOf(java.lang.String name)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 Nulls Modifier and Type Method Description private static booleanJsonSetter.Value. _empty(Nulls nulls, Nulls contentNulls)static JsonSetter.ValueJsonSetter.Value. construct(Nulls nulls, Nulls contentNulls)Factory 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.ValueJsonSetter.Value. withContentNulls(Nulls nulls)JsonSetter.ValueJsonSetter.Value. withValueNulls(Nulls nulls)JsonSetter.ValueJsonSetter.Value. withValueNulls(Nulls valueNulls, Nulls contentNulls)Constructors in com.fasterxml.jackson.annotation with parameters of type Nulls Constructor Description Value(Nulls nulls, Nulls contentNulls)
-