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