Uses of Class
org.codehaus.jackson.map.InjectableValues
Packages that use InjectableValues
Package
Description
Contains basic mapper (conversion) functionality that
allows for converting between regular streaming json content and
Java objects (beans or Tree Model: support for both is via
ObjectMapper class, as well
as convenience methods included in
JsonParserContains implementation classes of deserialization part of
data binding.
-
Uses of InjectableValues in org.codehaus.jackson.map
Subclasses of InjectableValues in org.codehaus.jackson.mapModifier and TypeClassDescriptionstatic classSimple standard implementation which uses a simple Map to store values to inject, identified by simple String keys.Fields in org.codehaus.jackson.map declared as InjectableValuesModifier and TypeFieldDescriptionprotected InjectableValuesObjectMapper._injectableValuesProvider for values to inject in deserialized POJOs.protected final InjectableValuesObjectReader._injectableValuesValues that can be injected during deserialization, if any.Methods in org.codehaus.jackson.map with parameters of type InjectableValuesModifier and TypeMethodDescriptionObjectMapper.reader(InjectableValues injectableValues) Factory method for constructingObjectReaderthat will use specified injectable values.ObjectMapper.setInjectableValues(InjectableValues injectableValues) ObjectReader.withInjectableValues(InjectableValues injectableValues) Method for constructing a new instance with configuration that uses passedInjectableValuesto provide injectable values.Constructors in org.codehaus.jackson.map with parameters of type InjectableValuesModifierConstructorDescriptionprotectedObjectReader(ObjectMapper mapper, DeserializationConfig config, JavaType valueType, Object valueToUpdate, FormatSchema schema, InjectableValues injectableValues) protectedObjectReader(ObjectReader base, DeserializationConfig config, JavaType valueType, Object valueToUpdate, FormatSchema schema, InjectableValues injectableValues) Copy constructor used for building variations. -
Uses of InjectableValues in org.codehaus.jackson.map.deser
Fields in org.codehaus.jackson.map.deser declared as InjectableValuesModifier and TypeFieldDescriptionprotected final InjectableValuesStdDeserializationContext._injectableValuesConstructors in org.codehaus.jackson.map.deser with parameters of type InjectableValuesModifierConstructorDescriptionStdDeserializationContext(DeserializationConfig config, JsonParser jp, DeserializerProvider prov, InjectableValues injectableValues)