Uses of Class
org.codehaus.jackson.map.deser.BeanDeserializer
-
Packages that use BeanDeserializer Package Description org.codehaus.jackson.map.deser Contains implementation classes of deserialization part of data binding.org.codehaus.jackson.map.deser.std 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.deser Modifier and Type Class Description classThrowableDeserializerDeprecated.Since 1.9, useThrowableDeserializerinstead.Constructors in org.codehaus.jackson.map.deser with parameters of type BeanDeserializer Constructor Description BeanDeserializer(BeanDeserializer src)Copy-constructor that can be used by sub-classes to allow copy-on-write styling copying of settings of an existing instance.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.std Modifier and Type Class Description classThrowableDeserializerDeserializer that builds on basicBeanDeserializerbut override some aspects like instance construction.Constructors in org.codehaus.jackson.map.deser.std with parameters of type BeanDeserializer Constructor Description ThrowableDeserializer(BeanDeserializer baseDeserializer)ThrowableDeserializer(BeanDeserializer src, boolean ignoreAllUnknown)Alternative constructor used when creating "unwrapping" deserializers
-