| Package | Description |
|---|---|
| com.fasterxml.jackson.databind.type |
Package that contains concrete implementations of
JavaType, as
well as the factory (TypeFactory) for
constructing instances from various input data types
(like Class, Type)
and programmatically (for structured types, arrays,
Lists and Maps). |
| Modifier and Type | Field and Description |
|---|---|
private java.util.ArrayList<ResolvedRecursiveType> |
ClassStack._selfRefs |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassStack.addSelfReference(ResolvedRecursiveType ref)
Method called to indicate that there is a self-reference from
deeper down in stack pointing into type this stack frame represents.
|