Class AnnotatedMethodCollector
- java.lang.Object
-
- com.fasterxml.jackson.databind.introspect.AnnotatedMethodCollector
-
public class AnnotatedMethodCollector extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected AnnotationIntrospector
_intr
protected static AnnotationMap[]
NO_ANNOTATION_MAPS
protected static Annotation[]
NO_ANNOTATIONS
-
Method Summary
-
-
-
Field Detail
-
NO_ANNOTATION_MAPS
protected static final AnnotationMap[] NO_ANNOTATION_MAPS
-
NO_ANNOTATIONS
protected static final Annotation[] NO_ANNOTATIONS
-
_intr
protected final AnnotationIntrospector _intr
-
-
Method Detail
-
collectMethods
public static AnnotatedMethodMap collectMethods(AnnotationIntrospector intr, TypeResolutionContext tc, ClassIntrospector.MixInResolver mixins, TypeFactory types, JavaType type, List<JavaType> superTypes, Class<?> primaryMixIn)
-
_addMethodMixIns
protected void _addMethodMixIns(TypeResolutionContext tc, Class<?> targetClass, Map<MemberKey,com.fasterxml.jackson.databind.introspect.AnnotatedMethodCollector.MethodBuilder> methods, Class<?> mixInCls)
-
collectAnnotations
protected final AnnotationCollector collectAnnotations(Annotation[] anns)
-
collectAnnotations
protected final AnnotationCollector collectAnnotations(AnnotationCollector c, Annotation[] anns)
-
collectFromBundle
protected final AnnotationCollector collectFromBundle(AnnotationCollector c, Annotation bundle)
-
collectDefaultAnnotations
protected final AnnotationCollector collectDefaultAnnotations(AnnotationCollector c, Annotation[] anns)
-
collectDefaultFromBundle
protected final AnnotationCollector collectDefaultFromBundle(AnnotationCollector c, Annotation bundle)
-
_ignorableAnnotation
protected static final boolean _ignorableAnnotation(Annotation a)
-
-