|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueInjector | |
---|---|
com.fasterxml.jackson.databind.deser | Contains implementation classes of deserialization part of data binding. |
Uses of ValueInjector in com.fasterxml.jackson.databind.deser |
---|
Fields in com.fasterxml.jackson.databind.deser declared as ValueInjector | |
---|---|
protected ValueInjector[] |
BeanDeserializerBase._injectables
List of ValueInjector s, if any injectable values are
expected by the bean; otherwise null. |
Fields in com.fasterxml.jackson.databind.deser with type parameters of type ValueInjector | |
---|---|
protected List<ValueInjector> |
BeanDeserializerBuilder._injectables
Value injectors for deserialization |
Methods in com.fasterxml.jackson.databind.deser that return types with arguments of type ValueInjector | |
---|---|
List<ValueInjector> |
BeanDeserializerBuilder.getInjectables()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |