|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotationMap | |
---|---|
org.codehaus.jackson.map.introspect | Functionality needed for Bean introspection, required for detecting accessors and mutators for Beans, as well as locating and handling method annotations. |
Uses of AnnotationMap in org.codehaus.jackson.map.introspect |
---|
Fields in org.codehaus.jackson.map.introspect declared as AnnotationMap | |
---|---|
protected AnnotationMap |
AnnotatedWithParams._annotations
Annotations directly associated with the annotated entity. |
protected AnnotationMap |
AnnotatedField._annotations
|
protected AnnotationMap[] |
AnnotatedWithParams._paramAnnotations
Annotations associated with parameters of the annotated entity (method or constructor parameters) |
Methods in org.codehaus.jackson.map.introspect that return AnnotationMap | |
---|---|
protected AnnotationMap |
AnnotatedClass._collectRelevantAnnotations(Annotation[] anns)
|
protected AnnotationMap[] |
AnnotatedClass._collectRelevantAnnotations(Annotation[][] anns)
|
AnnotationMap |
AnnotatedWithParams.getParameterAnnotations(int index)
|
Methods in org.codehaus.jackson.map.introspect with parameters of type AnnotationMap | |
---|---|
protected void |
AnnotatedClass._addClassMixIns(AnnotationMap annotations,
Class<?> toMask)
Helper method for adding any mix-in annotations specified class might have. |
protected void |
AnnotatedClass._addClassMixIns(AnnotationMap annotations,
Class<?> toMask,
Class<?> mixin)
|
Constructors in org.codehaus.jackson.map.introspect with parameters of type AnnotationMap | |
---|---|
AnnotatedConstructor(Constructor<?> constructor,
AnnotationMap classAnn,
AnnotationMap[] paramAnn)
|
|
AnnotatedConstructor(Constructor<?> constructor,
AnnotationMap classAnn,
AnnotationMap[] paramAnn)
|
|
AnnotatedField(Field field,
AnnotationMap annMap)
|
|
AnnotatedMethod(Method method,
AnnotationMap classAnn,
AnnotationMap[] paramAnn)
|
|
AnnotatedMethod(Method method,
AnnotationMap classAnn,
AnnotationMap[] paramAnn)
|
|
AnnotatedParameter(Type type,
AnnotationMap ann)
|
|
AnnotatedWithParams(AnnotationMap classAnn,
AnnotationMap[] paramAnn)
|
|
AnnotatedWithParams(AnnotationMap classAnn,
AnnotationMap[] paramAnn)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |