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.
|
Modifier and Type | Field and Description |
---|---|
protected AnnotatedClass.Creators |
AnnotatedClass._creators |
private static AnnotatedClass.Creators |
AnnotatedClass.NO_CREATORS |
Modifier and Type | Method and Description |
---|---|
private AnnotatedClass.Creators |
AnnotatedClass._creators() |
(package private) AnnotatedClass.Creators |
AnnotatedCreatorCollector.collect(JavaType type,
java.lang.Class<?> primaryMixIn) |
static AnnotatedClass.Creators |
AnnotatedCreatorCollector.collectCreators(AnnotationIntrospector intr,
TypeResolutionContext tc,
JavaType type,
java.lang.Class<?> primaryMixIn) |