Uses of Class
org.codehaus.jackson.map.deser.impl.ValueInjector

Packages that use ValueInjector
org.codehaus.jackson.map.deser Contains implementation classes of deserialization part of data binding. 
 

Uses of ValueInjector in org.codehaus.jackson.map.deser
 

Fields in org.codehaus.jackson.map.deser declared as ValueInjector
protected  ValueInjector[] BeanDeserializer._injectables
          List of ValueInjectors, if any injectable values are expected by the bean; otherwise null.
 

Fields in org.codehaus.jackson.map.deser with type parameters of type ValueInjector
protected  List<ValueInjector> BeanDeserializerBuilder._injectables
          Value injectors for deserialization
 

Constructor parameters in org.codehaus.jackson.map.deser with type arguments of type ValueInjector
BeanDeserializer(AnnotatedClass forClass, JavaType type, BeanProperty property, ValueInstantiator valueInstantiator, BeanPropertyMap properties, Map<String,SettableBeanProperty> backRefs, HashSet<String> ignorableProps, boolean ignoreAllUnknown, SettableAnyProperty anySetter, List<ValueInjector> injectables)
           
BeanDeserializer(BeanDescription beanDesc, BeanProperty property, ValueInstantiator valueInstantiator, BeanPropertyMap properties, Map<String,SettableBeanProperty> backRefs, HashSet<String> ignorableProps, boolean ignoreAllUnknown, SettableAnyProperty anySetter, List<ValueInjector> injectables)