Uses of Class
org.codehaus.jackson.map.deser.BeanDeserializer
Packages that use BeanDeserializer
Package
Description
Contains implementation classes of deserialization part of
data binding.
Contains public standard implementations of abstraction that
Jackson uses.
-
Uses of BeanDeserializer in org.codehaus.jackson.map.deser
Subclasses of BeanDeserializer in org.codehaus.jackson.map.deserConstructors in org.codehaus.jackson.map.deser with parameters of type BeanDeserializerModifierConstructorDescriptionprotected
Copy-constructor that can be used by sub-classes to allow copy-on-write styling copying of settings of an existing instance.protected
BeanDeserializer
(BeanDeserializer src, boolean ignoreAllUnknown) ThrowableDeserializer
(BeanDeserializer baseDeserializer) Deprecated. -
Uses of BeanDeserializer in org.codehaus.jackson.map.deser.std
Subclasses of BeanDeserializer in org.codehaus.jackson.map.deser.stdModifier and TypeClassDescriptionclass
Deserializer that builds on basicBeanDeserializer
but override some aspects like instance construction.Constructors in org.codehaus.jackson.map.deser.std with parameters of type BeanDeserializerModifierConstructorDescriptionThrowableDeserializer
(BeanDeserializer baseDeserializer) protected
ThrowableDeserializer
(BeanDeserializer src, boolean ignoreAllUnknown) Alternative constructor used when creating "unwrapping" deserializers
ThrowableDeserializer
instead.