Module tools.jackson.databind
Package tools.jackson.databind.deser.bean
package tools.jackson.databind.deser.bean
-
ClassesClassDescriptionVariant of
BeanDeserializerused for handling deserialization of POJOs when serialized as JSON Arrays, instead of JSON Objects.Deserializer class that can deserialize instances of arbitrary bean objects, usually from JSON Object structs,Base class forBeanDeserializer.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.Container class for storing information on creators (based on annotations, visibility), to be able to build actualValueInstantiatorlater on.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.