Uses of Class
tools.jackson.databind.deser.impl.UnwrappedPropertyHandler
Packages that use UnwrappedPropertyHandler
Package
Description
Contains those implementation classes of deserialization part of
data binding that are not considered part of public or semi-public
interfaces.
Package that contains standard value and key deserializer implementations
Jackson uses for core JDK types.
-
Uses of UnwrappedPropertyHandler in tools.jackson.databind.deser.bean
Fields in tools.jackson.databind.deser.bean declared as UnwrappedPropertyHandlerModifier and TypeFieldDescriptionprotected UnwrappedPropertyHandlerBeanDeserializerBase._unwrappedPropertyHandlerIf one of properties has "unwrapped" value, we need separate helper objectConstructors in tools.jackson.databind.deser.bean with parameters of type UnwrappedPropertyHandlerModifierConstructorDescriptionprotectedBeanDeserializer(BeanDeserializer src, UnwrappedPropertyHandler unwrapHandler, PropertyBasedCreator propertyBasedCreator, BeanPropertyMap renamedProperties, boolean ignoreAllUnknown) protectedBeanDeserializerBase(BeanDeserializerBase src, UnwrappedPropertyHandler unwrapHandler, PropertyBasedCreator propertyBasedCreator, BeanPropertyMap renamedProperties, boolean ignoreAllUnknown) Constructor used in cases where unwrapping-with-name-change has been invoked and lookup indices need to be updated.protectedBuilderBasedDeserializer(BuilderBasedDeserializer src, UnwrappedPropertyHandler unwrapHandler, PropertyBasedCreator pbCreator, BeanPropertyMap renamedProperties, boolean ignoreAllUnknown) -
Uses of UnwrappedPropertyHandler in tools.jackson.databind.deser.impl
Methods in tools.jackson.databind.deser.impl that return UnwrappedPropertyHandlerModifier and TypeMethodDescriptionUnwrappedPropertyHandler.renameAll(DeserializationContext ctxt, NameTransformer transformer) -
Uses of UnwrappedPropertyHandler in tools.jackson.databind.deser.jdk
Constructors in tools.jackson.databind.deser.jdk with parameters of type UnwrappedPropertyHandlerModifierConstructorDescriptionprotectedThrowableDeserializer(BeanDeserializer src, UnwrappedPropertyHandler unwrapHandler, PropertyBasedCreator pbCreator, BeanPropertyMap renamedProperties, boolean ignoreAllUnknown) Alternative constructor used when creating "unwrapping" deserializers