public class AnnotatedFieldCollector extends Object
Modifier and Type | Field and Description |
---|---|
protected AnnotationIntrospector |
_intr |
protected static AnnotationMap[] |
NO_ANNOTATION_MAPS |
protected static Annotation[] |
NO_ANNOTATIONS |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
_ignorableAnnotation(Annotation a) |
protected AnnotationCollector |
collectAnnotations(Annotation[] anns) |
protected AnnotationCollector |
collectAnnotations(AnnotationCollector c,
Annotation[] anns) |
protected AnnotationCollector |
collectDefaultAnnotations(AnnotationCollector c,
Annotation[] anns) |
protected AnnotationCollector |
collectDefaultFromBundle(AnnotationCollector c,
Annotation bundle) |
static List<AnnotatedField> |
collectFields(AnnotationIntrospector intr,
TypeResolutionContext tc,
ClassIntrospector.MixInResolver mixins,
TypeFactory types,
JavaType type,
boolean collectAnnotations) |
protected AnnotationCollector |
collectFromBundle(AnnotationCollector c,
Annotation bundle) |
protected static final AnnotationMap[] NO_ANNOTATION_MAPS
protected static final Annotation[] NO_ANNOTATIONS
protected final AnnotationIntrospector _intr
public static List<AnnotatedField> collectFields(AnnotationIntrospector intr, TypeResolutionContext tc, ClassIntrospector.MixInResolver mixins, TypeFactory types, JavaType type, boolean collectAnnotations)
protected final AnnotationCollector collectAnnotations(Annotation[] anns)
protected final AnnotationCollector collectAnnotations(AnnotationCollector c, Annotation[] anns)
protected final AnnotationCollector collectFromBundle(AnnotationCollector c, Annotation bundle)
protected final AnnotationCollector collectDefaultAnnotations(AnnotationCollector c, Annotation[] anns)
protected final AnnotationCollector collectDefaultFromBundle(AnnotationCollector c, Annotation bundle)
protected static final boolean _ignorableAnnotation(Annotation a)
Copyright © 2008–2021 FasterXML. All rights reserved.