Uses of Class
org.codehaus.jackson.map.deser.impl.ValueInjector
-
Packages that use ValueInjector Package Description 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 Modifier and Type Field Description protected ValueInjector[]
BeanDeserializer. _injectables
List ofValueInjector
s, if any injectable values are expected by the bean; otherwise null.Fields in org.codehaus.jackson.map.deser with type parameters of type ValueInjector Modifier and Type Field Description protected java.util.List<ValueInjector>
BeanDeserializerBuilder. _injectables
Value injectors for deserializationConstructor parameters in org.codehaus.jackson.map.deser with type arguments of type ValueInjector Constructor Description BeanDeserializer(BeanDescription beanDesc, BeanProperty property, ValueInstantiator valueInstantiator, BeanPropertyMap properties, java.util.Map<java.lang.String,SettableBeanProperty> backRefs, java.util.HashSet<java.lang.String> ignorableProps, boolean ignoreAllUnknown, SettableAnyProperty anySetter, java.util.List<ValueInjector> injectables)
BeanDeserializer(AnnotatedClass forClass, JavaType type, BeanProperty property, ValueInstantiator valueInstantiator, BeanPropertyMap properties, java.util.Map<java.lang.String,SettableBeanProperty> backRefs, java.util.HashSet<java.lang.String> ignorableProps, boolean ignoreAllUnknown, SettableAnyProperty anySetter, java.util.List<ValueInjector> injectables)
-