Uses of Class
com.fasterxml.jackson.annotation.JacksonInject.Value
-
Packages that use JacksonInject.Value Package Description com.fasterxml.jackson.annotation Public core annotations, most of which are used to configure how Data Mapping/Binding works.com.fasterxml.jackson.databind 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.com.fasterxml.jackson.databind.deser Contains implementation classes of deserialization part of data binding.com.fasterxml.jackson.databind.deser.impl Contains those implementation classes of deserialization part of data binding that are not considered part of public or semi-public interfaces.com.fasterxml.jackson.databind.introspect 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.Value Modifier and Type Field Description protected static JacksonInject.ValueJacksonInject.Value. EMPTYMethods in com.fasterxml.jackson.annotation that return JacksonInject.Value Modifier and Type Method Description static JacksonInject.ValueJacksonInject.Value. construct(Object id, Boolean useInput)static JacksonInject.ValueJacksonInject.Value. empty()static JacksonInject.ValueJacksonInject.Value. forId(Object id)static JacksonInject.ValueJacksonInject.Value. from(JacksonInject src)JacksonInject.ValueJacksonInject.Value. withId(Object id)JacksonInject.ValueJacksonInject.Value. withUseInput(Boolean useInput) -
Uses of JacksonInject.Value in com.fasterxml.jackson.databind
Methods in com.fasterxml.jackson.databind that return JacksonInject.Value Modifier and Type Method Description JacksonInject.ValueAnnotationIntrospector. 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.Value Modifier and Type Field Description protected 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.Value Modifier and Type Method Description protected voidBasicDeserializerFactory. _validateNamedPropertyParameter(DeserializationContext ctxt, BeanDescription beanDesc, CreatorCandidate candidate, int paramIndex, PropertyName name, JacksonInject.Value injectId)static 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.Value Constructor Description CreatorProperty(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.Value Modifier and Type Field Description JacksonInject.ValueCreatorCandidate.Param. injectionMethods in com.fasterxml.jackson.databind.deser.impl that return JacksonInject.Value Modifier and Type Method Description JacksonInject.ValueCreatorCandidate. injection(int i)Constructors in com.fasterxml.jackson.databind.deser.impl with parameters of type JacksonInject.Value Constructor Description Param(AnnotatedParameter p, BeanPropertyDefinition pd, JacksonInject.Value i) -
Uses of JacksonInject.Value in com.fasterxml.jackson.databind.introspect
Methods in com.fasterxml.jackson.databind.introspect that return JacksonInject.Value Modifier and Type Method Description JacksonInject.ValueAnnotationIntrospectorPair. findInjectableValue(AnnotatedMember m)JacksonInject.ValueJacksonAnnotationIntrospector. findInjectableValue(AnnotatedMember m)Methods in com.fasterxml.jackson.databind.introspect with parameters of type JacksonInject.Value Modifier and Type Method Description protected voidPOJOPropertiesCollector. _doAddInjectable(JacksonInject.Value injectable, AnnotatedMember m)
-