Uses of Package
tools.jackson.databind.deser.bean
Packages that use tools.jackson.databind.deser.bean
Package
Description
Contains implementation classes of deserialization part of
data binding.
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.
-
Classes in tools.jackson.databind.deser.bean used by tools.jackson.databind.deserClassDescriptionHelper class used for storing mapping from property name to
SettableBeanPropertyinstances.Simple container used for temporarily buffering a set ofPropertyValues. -
Classes in tools.jackson.databind.deser.bean used by tools.jackson.databind.deser.beanClassDescriptionDeserializer class that can deserialize instances of arbitrary bean objects, usually from JSON Object structs,Base class for
BeanDeserializer.Helper class used for storing mapping from property name toSettableBeanPropertyinstances.Class that handles deserialization using a separate Builder class, which is used for data binding and produces actual deserialized value at the end of data binding.Object that is used to collect arguments for non-default creator (non-default-constructor, or argument-taking factory method) before creator can be called.Base class for property values that need to be buffered during deserialization.Simple container used for temporarily buffering a set ofPropertyValues. -
Classes in tools.jackson.databind.deser.bean used by tools.jackson.databind.deser.implClassDescriptionHelper class used for storing mapping from property name to
SettableBeanPropertyinstances.Object that is used to collect arguments for non-default creator (non-default-constructor, or argument-taking factory method) before creator can be called.Simple container used for temporarily buffering a set ofPropertyValues. -
Classes in tools.jackson.databind.deser.bean used by tools.jackson.databind.deser.jdkClassDescriptionDeserializer class that can deserialize instances of arbitrary bean objects, usually from JSON Object structs,Base class for
BeanDeserializer.Helper class used for storing mapping from property name toSettableBeanPropertyinstances.Object that is used to collect arguments for non-default creator (non-default-constructor, or argument-taking factory method) before creator can be called.