Uses of Class
com.fasterxml.jackson.databind.deser.impl.ValueInjector
Packages that use ValueInjector
Package
Description
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 ValueInjectorModifier and TypeFieldDescriptionprotected final 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 ValueInjectorModifier and TypeFieldDescriptionprotected List
<ValueInjector> BeanDeserializerBuilder._injectables
Value injectors for deserializationMethods in com.fasterxml.jackson.databind.deser that return types with arguments of type ValueInjector