Package | Description |
---|---|
com.fasterxml.jackson.databind.deser |
Contains implementation classes of deserialization part of
data binding.
|
com.fasterxml.jackson.databind.deser.std |
Contains public standard implementations of abstraction that
Jackson uses.
|
Modifier and Type | Method and Description |
---|---|
BeanDeserializer |
BeanDeserializer.withByNameInclusion(Set<String> ignorableProps,
Set<String> includableProps) |
BeanDeserializer |
BeanDeserializer.withObjectIdReader(ObjectIdReader oir) |
Modifier and Type | Class and Description |
---|---|
class |
ThrowableDeserializer
Deserializer that builds on basic
BeanDeserializer but
override some aspects like instance construction. |
Constructor and Description |
---|
ThrowableDeserializer(BeanDeserializer baseDeserializer) |
ThrowableDeserializer(BeanDeserializer src,
NameTransformer unwrapper)
Alternative constructor used when creating "unwrapping" deserializers
|
Copyright © 2008–2021 FasterXML. All rights reserved.