Uses of Class
com.fasterxml.jackson.annotation.JacksonInject.Value
Packages that use JacksonInject.Value
Package
Description
Public core annotations, most of which are used to configure how
Data Mapping/Binding works.
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode), as well as
writing Java Objects and trees as JSON.Contains implementation classes of deserialization part of
data binding.
Contains those implementation classes of deserialization part of
data binding that are not considered part of public or semi-public
interfaces.
Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
-
Uses of JacksonInject.Value in com.fasterxml.jackson.annotation
Fields in com.fasterxml.jackson.annotation declared as JacksonInject.ValueModifier and TypeFieldDescriptionprotected static final JacksonInject.ValueJacksonInject.Value.EMPTYMethods in com.fasterxml.jackson.annotation that return JacksonInject.ValueModifier and TypeMethodDescriptionstatic JacksonInject.Valuestatic JacksonInject.ValueJacksonInject.Value.empty()static JacksonInject.Valuestatic JacksonInject.ValueJacksonInject.Value.from(JacksonInject src) JacksonInject.Value.withUseInput(Boolean useInput) -
Uses of JacksonInject.Value in com.fasterxml.jackson.databind
Methods in com.fasterxml.jackson.databind that return JacksonInject.ValueModifier and TypeMethodDescriptionAnnotationIntrospector.findInjectableValue(AnnotatedMember m) Method called to find out whether given member expectes a value to be injected, and if so, what is the identifier of the value to use during injection. -
Uses of JacksonInject.Value in com.fasterxml.jackson.databind.deser
Fields in com.fasterxml.jackson.databind.deser declared as JacksonInject.ValueModifier and TypeFieldDescriptionprotected final JacksonInject.ValueCreatorProperty._injectableValueId of value to inject, if value injection should be used for this parameter (in addition to, or instead of, regular deserialization).Methods in com.fasterxml.jackson.databind.deser with parameters of type JacksonInject.ValueModifier and TypeMethodDescriptionstatic CreatorPropertyCreatorProperty.construct(PropertyName name, JavaType type, PropertyName wrapperName, TypeDeserializer typeDeser, Annotations contextAnnotations, AnnotatedParameter param, int index, JacksonInject.Value injectable, PropertyMetadata metadata) Factory method for creatingCreatorPropertyinstancesprotected SettableBeanPropertyBasicDeserializerFactory.constructCreatorProperty(DeserializationContext ctxt, BeanDescription beanDesc, PropertyName name, int index, AnnotatedParameter param, JacksonInject.Value injectable) Method that will construct a property object that represents a logical property passed via Creator (constructor or static factory method)Constructors in com.fasterxml.jackson.databind.deser with parameters of type JacksonInject.ValueModifierConstructorDescriptionprotectedCreatorProperty(PropertyName name, JavaType type, PropertyName wrapperName, TypeDeserializer typeDeser, Annotations contextAnnotations, AnnotatedParameter param, int index, JacksonInject.Value injectable, PropertyMetadata metadata) -
Uses of JacksonInject.Value in com.fasterxml.jackson.databind.deser.impl
Fields in com.fasterxml.jackson.databind.deser.impl declared as JacksonInject.ValueMethods in com.fasterxml.jackson.databind.deser.impl that return JacksonInject.ValueConstructors in com.fasterxml.jackson.databind.deser.impl with parameters of type JacksonInject.ValueModifierConstructorDescription -
Uses of JacksonInject.Value in com.fasterxml.jackson.databind.introspect
Methods in com.fasterxml.jackson.databind.introspect that return JacksonInject.ValueModifier and TypeMethodDescriptionAnnotationIntrospectorPair.findInjectableValue(AnnotatedMember m) JacksonAnnotationIntrospector.findInjectableValue(AnnotatedMember m) Methods in com.fasterxml.jackson.databind.introspect with parameters of type JacksonInject.ValueModifier and TypeMethodDescriptionprotected voidPOJOPropertiesCollector._doAddInjectable(JacksonInject.Value injectable, AnnotatedMember m)