Uses of Class
tools.jackson.databind.deser.impl.NullsConstantProvider
Packages that use NullsConstantProvider
Package
Description
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 tools.jackson.databind.deser.impl
Methods in tools.jackson.databind.deser.impl that return NullsConstantProviderModifier and TypeMethodDescriptionstatic NullsConstantProviderstatic 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.