Uses of Class
com.fasterxml.jackson.databind.deser.impl.NullsConstantProvider
-
Packages that use NullsConstantProvider Package Description com.fasterxml.jackson.databind.deser.impl Contains those implementation classes of deserialization part of data binding that are not considered part of public or semi-public interfaces. -
-
Uses of NullsConstantProvider in com.fasterxml.jackson.databind.deser.impl
Methods in com.fasterxml.jackson.databind.deser.impl that return NullsConstantProvider Modifier and Type Method Description static NullsConstantProviderNullsConstantProvider. forValue(Object nvl)static NullsConstantProviderNullsConstantProvider. nuller()static NullsConstantProviderNullsConstantProvider. skipper()Static accessor for a stateless instance used as marker, to indicate that all input `null` values should be skipped (ignored), so that no corresponding property value is set (with POJOs), and no content values (array/Collection elements, Map entries) are added.
-