Uses of Class
com.fasterxml.jackson.databind.deser.impl.ValueInjector
-
Packages that use ValueInjector Package Description 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 Modifier and Type Field Description protected ValueInjector[]
BeanDeserializerBase. _injectables
List ofValueInjector
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 Modifier and Type Field Description protected java.util.List<ValueInjector>
BeanDeserializerBuilder. _injectables
Value injectors for deserializationMethods in com.fasterxml.jackson.databind.deser that return types with arguments of type ValueInjector Modifier and Type Method Description java.util.List<ValueInjector>
BeanDeserializerBuilder. getInjectables()
-