Uses of Class
tools.jackson.databind.introspect.AnnotationCollector
Packages that use AnnotationCollector
Package
Description
Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
-
Uses of AnnotationCollector in tools.jackson.databind.introspect
Subclasses of AnnotationCollector in tools.jackson.databind.introspectModifier and TypeClassDescription(package private) static class(package private) static class(package private) static classFields in tools.jackson.databind.introspect declared as AnnotationCollectorModifier and TypeFieldDescriptionAnnotatedFieldCollector.FieldBuilder.annotationsAnnotatedMethodCollector.MethodBuilder.annotationsMethods in tools.jackson.databind.introspect that return AnnotationCollectorModifier and TypeMethodDescriptionprivate AnnotationCollectorAnnotatedClassResolver._addAnnotationsIfNotPresent(AnnotationCollector c, Annotation[] anns) private AnnotationCollectorAnnotatedClassResolver._addClassMixIns(AnnotationCollector annotations, Class<?> target, Class<?> mixin) private AnnotationCollectorAnnotatedClassResolver._addFromBundleIfNotPresent(AnnotationCollector c, Annotation bundle) abstract AnnotationCollectorAnnotationCollector.addOrOverride(Annotation ann) AnnotationCollector.EmptyCollector.addOrOverride(Annotation ann) AnnotationCollector.NCollector.addOrOverride(Annotation ann) AnnotationCollector.OneCollector.addOrOverride(Annotation ann) protected final AnnotationCollectorCollectorBase.collectAnnotations(Annotation[] anns) protected final AnnotationCollectorCollectorBase.collectAnnotations(AnnotationCollector c, Annotation[] anns) protected final AnnotationCollectorCollectorBase.collectDefaultAnnotations(AnnotationCollector c, Annotation[] anns) protected final AnnotationCollectorCollectorBase.collectDefaultFromBundle(AnnotationCollector c, Annotation bundle) protected final AnnotationCollectorCollectorBase.collectFromBundle(AnnotationCollector c, Annotation bundle) static AnnotationCollectorAnnotationCollector.emptyCollector()static AnnotationCollectorAnnotationCollector.emptyCollector(Object data) Methods in tools.jackson.databind.introspect with parameters of type AnnotationCollectorModifier and TypeMethodDescriptionprivate AnnotationCollectorAnnotatedClassResolver._addAnnotationsIfNotPresent(AnnotationCollector c, Annotation[] anns) private AnnotationCollectorAnnotatedClassResolver._addClassMixIns(AnnotationCollector annotations, Class<?> target, Class<?> mixin) private AnnotationCollectorAnnotatedClassResolver._addFromBundleIfNotPresent(AnnotationCollector c, Annotation bundle) protected final AnnotationCollectorCollectorBase.collectAnnotations(AnnotationCollector c, Annotation[] anns) protected final AnnotationCollectorCollectorBase.collectDefaultAnnotations(AnnotationCollector c, Annotation[] anns) protected final AnnotationCollectorCollectorBase.collectDefaultFromBundle(AnnotationCollector c, Annotation bundle) protected final AnnotationCollectorCollectorBase.collectFromBundle(AnnotationCollector c, Annotation bundle) Constructors in tools.jackson.databind.introspect with parameters of type AnnotationCollectorModifierConstructorDescriptionMethodBuilder(TypeResolutionContext tc, Method m, AnnotationCollector ann)