Package | Description |
---|---|
com.fasterxml.jackson.jr.ob.impl | |
com.fasterxml.jackson.jr.type |
Modifier and Type | Field | Description |
---|---|---|
protected ClassKey |
TypeDetector._key |
Reusable lookup key; only used by per-thread instances.
|
Modifier and Type | Field | Description |
---|---|---|
protected Map<ClassKey,ValueReader> |
TypeDetector._incompleteReaders |
During resolution, some readers may be in-progress, but need to be
linked: for example, with cyclic type references.
|
protected ConcurrentHashMap<ClassKey,ValueReader> |
TypeDetector._knownReaders |
Set of
ValueReader s that we have resolved |
protected ConcurrentHashMap<ClassKey,Integer> |
TypeDetector._knownSerTypes |
Mapping from classes to resolved type constants or indexes, to use
for serialization.
|
Modifier and Type | Method | Description |
---|---|---|
ClassKey |
ClassKey.with(Class<?> clz,
int flags) |
Modifier and Type | Field | Description |
---|---|---|
protected Map<ClassKey,ResolvedType> |
TypeResolver._cache |
Copyright © 2018. All rights reserved.