Class AnnotatedFieldCollector
- java.lang.Object
-
- com.fasterxml.jackson.databind.introspect.AnnotatedFieldCollector
-
public class AnnotatedFieldCollector extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected AnnotationIntrospector_intrprotected static AnnotationMap[]NO_ANNOTATION_MAPSprotected static Annotation[]NO_ANNOTATIONS
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static boolean_ignorableAnnotation(Annotation a)protected AnnotationCollectorcollectAnnotations(AnnotationCollector c, Annotation[] anns)protected AnnotationCollectorcollectAnnotations(Annotation[] anns)protected AnnotationCollectorcollectDefaultAnnotations(AnnotationCollector c, Annotation[] anns)protected AnnotationCollectorcollectDefaultFromBundle(AnnotationCollector c, Annotation bundle)static List<AnnotatedField>collectFields(AnnotationIntrospector intr, TypeResolutionContext tc, ClassIntrospector.MixInResolver mixins, TypeFactory types, JavaType type)protected AnnotationCollectorcollectFromBundle(AnnotationCollector c, Annotation bundle)
-
-
-
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
-
collectFields
public static List<AnnotatedField> collectFields(AnnotationIntrospector intr, TypeResolutionContext tc, ClassIntrospector.MixInResolver mixins, TypeFactory types, JavaType type)
-
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)
-
-