Uses of Class
com.fasterxml.jackson.databind.introspect.AnnotationCollector
-
Packages that use AnnotationCollector Package Description com.fasterxml.jackson.databind.introspect 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 AnnotationCollector Modifier and Type Method Description abstract AnnotationCollector
AnnotationCollector. addOrOverride(java.lang.annotation.Annotation ann)
static AnnotationCollector
AnnotationCollector. emptyCollector()
static AnnotationCollector
AnnotationCollector. emptyCollector(java.lang.Object data)
-