Package | Description |
---|---|
com.fasterxml.jackson.databind.deser |
Contains implementation classes of deserialization part of
data binding.
|
Modifier and Type | Field and Description |
---|---|
protected ValueInjector[] |
BeanDeserializerBase._injectables
List of
ValueInjector s, if any injectable values are
expected by the bean; otherwise null. |
Modifier and Type | Field and Description |
---|---|
protected List<ValueInjector> |
BeanDeserializerBuilder._injectables
Value injectors for deserialization
|
Modifier and Type | Method and Description |
---|---|
List<ValueInjector> |
BeanDeserializerBuilder.getInjectables() |
Copyright © 2014–2015 FasterXML. All rights reserved.