Uses of Class
org.codehaus.jackson.map.deser.impl.ValueInjector
Packages that use ValueInjector
Package
Description
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 ValueInjectorModifier and TypeFieldDescriptionprotected final 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 ValueInjectorModifier and TypeFieldDescriptionprotected List<ValueInjector>
BeanDeserializerBuilder._injectables
Value injectors for deserializationConstructor parameters in org.codehaus.jackson.map.deser with type arguments of type ValueInjectorModifierConstructorDescriptionBeanDeserializer
(BeanDescription beanDesc, BeanProperty property, ValueInstantiator valueInstantiator, BeanPropertyMap properties, Map<String, SettableBeanProperty> backRefs, HashSet<String> ignorableProps, boolean ignoreAllUnknown, SettableAnyProperty anySetter, List<ValueInjector> injectables) protected
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)