Uses of Enum Class
com.fasterxml.jackson.annotation.Nulls
Packages that use Nulls
Package
Description
Public core annotations, most of which are used to configure how
Data Mapping/Binding works.
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode), as well as
writing Java Objects and trees as JSON.Contains public standard implementations of abstraction that
Jackson uses.
-
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 -
Uses of Nulls in com.fasterxml.jackson.databind
Fields in com.fasterxml.jackson.databind declared as NullsModifier and TypeFieldDescriptionprotected NullsPropertyMetadata._contentNullsSettings regarding handling of incoming `null`s, both for value itself and, for structured types, content values (array/Collection elements, Map values).protected NullsPropertyMetadata._valueNullsSettings regarding handling of incoming `null`s, both for value itself and, for structured types, content values (array/Collection elements, Map values).Methods in com.fasterxml.jackson.databind that return NullsModifier and TypeMethodDescriptionPropertyMetadata.getContentNulls()PropertyMetadata.getValueNulls()Methods in com.fasterxml.jackson.databind with parameters of type NullsModifier and TypeMethodDescriptionConstructors in com.fasterxml.jackson.databind with parameters of type NullsModifierConstructorDescriptionprotectedPropertyMetadata(Boolean req, String desc, Integer index, String def, PropertyMetadata.MergeInfo mergeInfo, Nulls valueNulls, Nulls contentNulls) -
Uses of Nulls in com.fasterxml.jackson.databind.deser.std
Methods in com.fasterxml.jackson.databind.deser.std that return NullsModifier and TypeMethodDescriptionprotected NullsStdDeserializer.findContentNullStyle(DeserializationContext ctxt, BeanProperty prop) Methods in com.fasterxml.jackson.databind.deser.std with parameters of type NullsModifier and TypeMethodDescriptionprotected final NullValueProviderStdDeserializer._findNullProvider(DeserializationContext ctxt, BeanProperty prop, Nulls nulls, JsonDeserializer<?> valueDeser)