class CollectorBase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected AnnotationIntrospector |
_intr |
protected static AnnotationMap[] |
NO_ANNOTATION_MAPS |
protected static java.lang.annotation.Annotation[] |
NO_ANNOTATIONS |
Modifier | Constructor and Description |
---|---|
protected |
CollectorBase(AnnotationIntrospector intr) |
Modifier and Type | Method and Description |
---|---|
(package private) static AnnotationMap |
_emptyAnnotationMap() |
(package private) static AnnotationMap[] |
_emptyAnnotationMaps(int count) |
protected static boolean |
_ignorableAnnotation(java.lang.annotation.Annotation a) |
protected AnnotationCollector |
collectAnnotations(java.lang.annotation.Annotation[] anns) |
protected AnnotationCollector |
collectAnnotations(AnnotationCollector c,
java.lang.annotation.Annotation[] anns) |
protected AnnotationCollector |
collectDefaultAnnotations(AnnotationCollector c,
java.lang.annotation.Annotation[] anns) |
protected AnnotationCollector |
collectDefaultFromBundle(AnnotationCollector c,
java.lang.annotation.Annotation bundle) |
protected AnnotationCollector |
collectFromBundle(AnnotationCollector c,
java.lang.annotation.Annotation bundle) |
protected static final AnnotationMap[] NO_ANNOTATION_MAPS
protected static final java.lang.annotation.Annotation[] NO_ANNOTATIONS
protected final AnnotationIntrospector _intr
protected CollectorBase(AnnotationIntrospector intr)
protected final AnnotationCollector collectAnnotations(java.lang.annotation.Annotation[] anns)
protected final AnnotationCollector collectAnnotations(AnnotationCollector c, java.lang.annotation.Annotation[] anns)
protected final AnnotationCollector collectFromBundle(AnnotationCollector c, java.lang.annotation.Annotation bundle)
protected final AnnotationCollector collectDefaultAnnotations(AnnotationCollector c, java.lang.annotation.Annotation[] anns)
protected final AnnotationCollector collectDefaultFromBundle(AnnotationCollector c, java.lang.annotation.Annotation bundle)
protected static final boolean _ignorableAnnotation(java.lang.annotation.Annotation a)
static AnnotationMap _emptyAnnotationMap()
static AnnotationMap[] _emptyAnnotationMaps(int count)