Uses of Class
com.fasterxml.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 com.fasterxml.jackson.databind.introspect
Methods in com.fasterxml.jackson.databind.introspect that return AnnotationCollectorModifier and TypeMethodDescriptionabstract AnnotationCollector
AnnotationCollector.addOrOverride
(Annotation ann) static AnnotationCollector
AnnotationCollector.emptyCollector()
static AnnotationCollector
AnnotationCollector.emptyCollector
(Object data)