Uses of Class
com.fasterxml.jackson.databind.introspect.CollectorBase
-
Packages that use CollectorBase 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 CollectorBase in com.fasterxml.jackson.databind.introspect
Subclasses of CollectorBase in com.fasterxml.jackson.databind.introspect Modifier and Type Class Description (package private) class
AnnotatedCreatorCollector
Helper class used to contain details of how Creators (annotated constructors and static methods) are discovered to be accessed by and viaAnnotatedClass
.class
AnnotatedFieldCollector
class
AnnotatedMethodCollector
-