Class CollectorBase
java.lang.Object
com.fasterxml.jackson.databind.introspect.CollectorBase
- Direct Known Subclasses:
AnnotatedCreatorCollector,AnnotatedFieldCollector,AnnotatedMethodCollector
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AnnotationIntrospectorprotected static final AnnotationMap[]protected static final Annotation[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static AnnotationMap(package private) static AnnotationMap[]_emptyAnnotationMaps(int count) protected static final booleanprotected final AnnotationCollectorcollectAnnotations(AnnotationCollector c, Annotation[] anns) protected final AnnotationCollectorcollectAnnotations(Annotation[] anns) protected final AnnotationCollectorprotected final AnnotationCollectorprotected final AnnotationCollectorcollectFromBundle(AnnotationCollector c, Annotation bundle)
-
Field Details
-
NO_ANNOTATION_MAPS
-
NO_ANNOTATIONS
-
_intr
-
-
Constructor Details
-
CollectorBase
-
-
Method Details
-
collectAnnotations
-
collectAnnotations
-
collectFromBundle
-
collectDefaultAnnotations
protected final AnnotationCollector collectDefaultAnnotations(AnnotationCollector c, Annotation[] anns) -
collectDefaultFromBundle
protected final AnnotationCollector collectDefaultFromBundle(AnnotationCollector c, Annotation bundle) -
_ignorableAnnotation
-
_emptyAnnotationMap
-
_emptyAnnotationMaps
-