Module tools.jackson.databind
Class AnnotatedFieldCollector
java.lang.Object
tools.jackson.databind.introspect.AnnotatedFieldCollector
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final MapperConfig<?>protected final AnnotationIntrospectorprotected static final AnnotationMap[]protected static final Annotation[] -
Method Summary
Modifier and TypeMethodDescriptionprotected static final booleanprotected final AnnotationCollectorcollectAnnotations(Annotation[] anns) protected final AnnotationCollectorcollectAnnotations(AnnotationCollector c, Annotation[] anns) protected final AnnotationCollectorprotected final AnnotationCollectorstatic List<AnnotatedField>collectFields(MapperConfig<?> config, TypeResolutionContext tc, MixInResolver mixins, JavaType type, Class<?> primaryMixIn, boolean collectAnnotations) protected final AnnotationCollectorcollectFromBundle(AnnotationCollector c, Annotation bundle)
-
Field Details
-
NO_ANNOTATION_MAPS
-
NO_ANNOTATIONS
-
_config
-
_intr
-
-
Method Details
-
collectFields
public static List<AnnotatedField> collectFields(MapperConfig<?> config, TypeResolutionContext tc, MixInResolver mixins, JavaType type, Class<?> primaryMixIn, boolean collectAnnotations) -
collectAnnotations
-
collectAnnotations
-
collectFromBundle
-
collectDefaultAnnotations
protected final AnnotationCollector collectDefaultAnnotations(AnnotationCollector c, Annotation[] anns) -
collectDefaultFromBundle
protected final AnnotationCollector collectDefaultFromBundle(AnnotationCollector c, Annotation bundle) -
_ignorableAnnotation
-