| 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.
|
| com.fasterxml.jackson.databind.util |
Utility classes for Mapper package.
|
| Modifier and Type | Method and Description |
|---|---|
private AnnotationMap |
AnnotatedCreatorCollector.collectAnnotations(ClassUtil.Ctor main,
ClassUtil.Ctor mixin) |
protected AnnotatedConstructor |
AnnotatedCreatorCollector.constructDefaultConstructor(ClassUtil.Ctor ctor,
ClassUtil.Ctor mixin) |
protected AnnotatedConstructor |
AnnotatedCreatorCollector.constructNonDefaultConstructor(ClassUtil.Ctor ctor,
ClassUtil.Ctor mixin) |
| Modifier and Type | Field and Description |
|---|---|
private static ClassUtil.Ctor[] |
ClassUtil.NO_CTORS |
| Modifier and Type | Method and Description |
|---|---|
static ClassUtil.Ctor[] |
ClassUtil.getConstructors(java.lang.Class<?> cls) |