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 BeanDeserializerModifierConstructorDescriptionprotectedCopy-constructor that can be used by sub-classes to allow copy-on-write styling copying of settings of an existing instance.protectedBeanDeserializer(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 TypeClassDescriptionclassDeserializer that builds on basicBeanDeserializerbut override some aspects like instance construction.Constructors in org.codehaus.jackson.map.deser.std with parameters of type BeanDeserializerModifierConstructorDescriptionThrowableDeserializer(BeanDeserializer baseDeserializer) protectedThrowableDeserializer(BeanDeserializer src, boolean ignoreAllUnknown) Alternative constructor used when creating "unwrapping" deserializers
ThrowableDeserializerinstead.