Class AnnotatedFieldCollector
- java.lang.Object
-
- com.fasterxml.jackson.databind.introspect.AnnotatedFieldCollector
-
public class AnnotatedFieldCollector extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected AnnotationIntrospector_intrprotected static AnnotationMap[]NO_ANNOTATION_MAPSprotected static java.lang.annotation.Annotation[]NO_ANNOTATIONS
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static boolean_ignorableAnnotation(java.lang.annotation.Annotation a)protected AnnotationCollectorcollectAnnotations(AnnotationCollector c, java.lang.annotation.Annotation[] anns)protected AnnotationCollectorcollectAnnotations(java.lang.annotation.Annotation[] anns)protected AnnotationCollectorcollectDefaultAnnotations(AnnotationCollector c, java.lang.annotation.Annotation[] anns)protected AnnotationCollectorcollectDefaultFromBundle(AnnotationCollector c, java.lang.annotation.Annotation bundle)static java.util.List<AnnotatedField>collectFields(AnnotationIntrospector intr, TypeResolutionContext tc, ClassIntrospector.MixInResolver mixins, TypeFactory types, JavaType type)protected AnnotationCollectorcollectFromBundle(AnnotationCollector c, java.lang.annotation.Annotation bundle)
-
-
-
Field Detail
-
NO_ANNOTATION_MAPS
protected static final AnnotationMap[] NO_ANNOTATION_MAPS
-
NO_ANNOTATIONS
protected static final java.lang.annotation.Annotation[] NO_ANNOTATIONS
-
_intr
protected final AnnotationIntrospector _intr
-
-
Method Detail
-
collectFields
public static java.util.List<AnnotatedField> collectFields(AnnotationIntrospector intr, TypeResolutionContext tc, ClassIntrospector.MixInResolver mixins, TypeFactory types, JavaType type)
-
collectAnnotations
protected final AnnotationCollector collectAnnotations(java.lang.annotation.Annotation[] anns)
-
collectAnnotations
protected final AnnotationCollector collectAnnotations(AnnotationCollector c, java.lang.annotation.Annotation[] anns)
-
collectFromBundle
protected final AnnotationCollector collectFromBundle(AnnotationCollector c, java.lang.annotation.Annotation bundle)
-
collectDefaultAnnotations
protected final AnnotationCollector collectDefaultAnnotations(AnnotationCollector c, java.lang.annotation.Annotation[] anns)
-
collectDefaultFromBundle
protected final AnnotationCollector collectDefaultFromBundle(AnnotationCollector c, java.lang.annotation.Annotation bundle)
-
_ignorableAnnotation
protected static final boolean _ignorableAnnotation(java.lang.annotation.Annotation a)
-
-