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 |
---|---|
protected AnnotatedConstructor |
AnnotatedClass._constructDefaultConstructor(ClassUtil.Ctor ctor,
TypeResolutionContext typeContext) |
protected AnnotatedConstructor |
AnnotatedClass._constructNonDefaultConstructor(ClassUtil.Ctor ctor,
TypeResolutionContext typeContext) |
Modifier and Type | Method and Description |
---|---|
static ClassUtil.Ctor[] |
ClassUtil.getConstructors(Class<?> cls) |
Copyright © 2008–2016 FasterXML. All rights reserved.