Uses of Interface
org.codehaus.jackson.map.util.Annotations
Packages that use Annotations
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
JsonParser
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.
Contains implementation classes of serialization part of
data binding.
-
Uses of Annotations in org.codehaus.jackson.map
Fields in org.codehaus.jackson.map declared as AnnotationsModifier and TypeFieldDescriptionprotected final Annotations
BeanProperty.Std._contextAnnotations
Annotations defined in the context class (if any); may be null if no annotations were foundMethods in org.codehaus.jackson.map that return AnnotationsModifier and TypeMethodDescriptionabstract Annotations
BeanDescription.getClassAnnotations()
Method for accessing collection of annotations the bean class has.Constructors in org.codehaus.jackson.map with parameters of type AnnotationsModifierConstructorDescriptionStd
(String name, JavaType type, Annotations contextAnnotations, AnnotatedMember member) -
Uses of Annotations in org.codehaus.jackson.map.deser
Fields in org.codehaus.jackson.map.deser declared as AnnotationsModifier and TypeFieldDescriptionprotected final Annotations
SettableBeanProperty._contextAnnotations
Class that contains this property (either class that declares the property or one of its subclasses), class that is deserialized using deserializer that contains this property.Methods in org.codehaus.jackson.map.deser with parameters of type AnnotationsModifier and TypeMethodDescriptionvoid
BeanDeserializerBuilder.addInjectable
(String propertyName, JavaType propertyType, Annotations contextAnnotations, AnnotatedMember member, Object valueId) Constructors in org.codehaus.jackson.map.deser with parameters of type AnnotationsModifierConstructorDescriptionFieldProperty
(String name, JavaType type, TypeDeserializer typeDeser, Annotations contextAnnotations, AnnotatedField field) ManagedReferenceProperty
(String refName, SettableBeanProperty forward, SettableBeanProperty backward, Annotations contextAnnotations, boolean isContainer) MethodProperty
(String name, JavaType type, TypeDeserializer typeDeser, Annotations contextAnnotations, AnnotatedMethod method) protected
SettableBeanProperty
(String propName, JavaType type, TypeDeserializer typeDeser, Annotations contextAnnotations) SetterlessProperty
(String name, JavaType type, TypeDeserializer typeDeser, Annotations contextAnnotations, AnnotatedMethod method) -
Uses of Annotations in org.codehaus.jackson.map.deser.impl
Constructors in org.codehaus.jackson.map.deser.impl with parameters of type AnnotationsModifierConstructorDescriptionCreatorProperty
(String name, JavaType type, TypeDeserializer typeDeser, Annotations contextAnnotations, AnnotatedParameter param, int index, Object injectableValueId) ValueInjector
(String propertyName, JavaType type, Annotations contextAnnotations, AnnotatedMember mutator, Object valueId) -
Uses of Annotations in org.codehaus.jackson.map.introspect
Classes in org.codehaus.jackson.map.introspect that implement AnnotationsModifier and TypeClassDescriptionfinal class
Simple helper class used to keep track of collection of Jackson Annotations associated with annotatable things (methods, constructors, classes).Methods in org.codehaus.jackson.map.introspect that return AnnotationsModifier and TypeMethodDescriptionAnnotatedClass.getAnnotations()
BasicBeanDescription.getClassAnnotations()
-
Uses of Annotations in org.codehaus.jackson.map.ser
Fields in org.codehaus.jackson.map.ser declared as AnnotationsModifier and TypeFieldDescriptionprotected final Annotations
BeanPropertyWriter._contextAnnotations
Annotations from context (most often, class that declares property, or in case of sub-class serializer, from that sub-class)Methods in org.codehaus.jackson.map.ser that return AnnotationsConstructors in org.codehaus.jackson.map.ser with parameters of type AnnotationsModifierConstructorDescriptionBeanPropertyWriter
(AnnotatedMember member, Annotations contextAnnotations, String name, JavaType declaredType, JsonSerializer<Object> ser, TypeSerializer typeSer, JavaType serType, Method m, Field f, boolean suppressNulls, Object suppressableValue) BeanPropertyWriter
(AnnotatedMember member, Annotations contextAnnotations, SerializedString name, JavaType declaredType, JsonSerializer<Object> ser, TypeSerializer typeSer, JavaType serType, Method m, Field f, boolean suppressNulls, Object suppressableValue)