Uses of Class
tools.jackson.databind.deser.impl.ValueInjector
Packages that use ValueInjector
Package
Description
Contains implementation classes of deserialization part of
data binding.
-
Uses of ValueInjector in tools.jackson.databind.deser
Fields in tools.jackson.databind.deser with type parameters of type ValueInjectorModifier and TypeFieldDescriptionprotected List<ValueInjector>BeanDeserializerBuilder._injectablesValue injectors for deserializationMethods in tools.jackson.databind.deser that return types with arguments of type ValueInjector -
Uses of ValueInjector in tools.jackson.databind.deser.bean
Fields in tools.jackson.databind.deser.bean declared as ValueInjectorModifier and TypeFieldDescriptionprotected final ValueInjector[]BeanDeserializerBase._injectablesList ofValueInjectors, if any injectable values are expected by the bean; otherwise null.