Uses of Class
com.fasterxml.jackson.jr.ob.impl.ClassKey
-
Packages that use ClassKey Package Description com.fasterxml.jackson.jr.ob.impl com.fasterxml.jackson.jr.type -
-
Uses of ClassKey in com.fasterxml.jackson.jr.ob.impl
Fields in com.fasterxml.jackson.jr.ob.impl with type parameters of type ClassKey Modifier and Type Field Description protected java.util.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 java.util.concurrent.ConcurrentHashMap<ClassKey,ValueReader>
ValueReaderLocator. _knownReaders
Set ofValueReader
s that we have resolvedprotected java.util.concurrent.ConcurrentHashMap<ClassKey,java.lang.Integer>
ValueWriterLocator. _knownSerTypes
Mapping from classes to resolved type constants or indexes, to use for serialization.Methods in com.fasterxml.jackson.jr.ob.impl that return ClassKey Modifier and Type Method Description ClassKey
ClassKey. with(java.lang.Class<?> clz, int flags)
-
Uses of ClassKey in com.fasterxml.jackson.jr.type
Fields in com.fasterxml.jackson.jr.type with type parameters of type ClassKey Modifier and Type Field Description protected java.util.Map<ClassKey,ResolvedType>
TypeResolver. _cache
-