Package | Description |
---|---|
com.fasterxml.jackson.databind.type | |
com.fasterxml.jackson.databind.util |
Utility classes for Mapper package.
|
Modifier and Type | Field and Description |
---|---|
protected LookupCache<Object,JavaType> |
TypeFactory._typeCache
Since type resolution can be expensive (specifically when resolving
actual generic types), we will use small cache to avoid repetitive
resolution of core types
|
Modifier and Type | Method and Description |
---|---|
TypeFactory |
TypeFactory.withCache(LookupCache<Object,JavaType> cache)
Mutant factory method that will construct new
TypeFactory with
identical settings except for different cache; most likely one with
bigger maximum size. |
Constructor and Description |
---|
TypeFactory(LookupCache<Object,JavaType> typeCache) |
TypeFactory(LookupCache<Object,JavaType> typeCache,
TypeParser p,
TypeModifier[] mods,
ClassLoader classLoader) |
Modifier and Type | Class and Description |
---|---|
class |
LRUMap<K,V>
Helper for simple bounded maps used for reusing lookup values.
|
Copyright © 2008–2021 FasterXML. All rights reserved.