| Package | Description |
|---|---|
| com.fasterxml.jackson.databind.cfg |
Package that contains most of configuration-related classes;
exception being couple of most-commonly used configuration
things (like Feature enumerations) that are at the
main level (
com.fasterxml.jackson.databind). |
| com.fasterxml.jackson.databind.ser |
Contains implementation classes of serialization part of
data binding.
|
| com.fasterxml.jackson.databind.ser.impl |
Contains implementation classes of serialization part of
data binding.
|
| com.fasterxml.jackson.databind.util |
Utility classes for Mapper package.
|
| Modifier and Type | Method and Description |
|---|---|
LookupCache<TypeKey,JsonSerializer<Object>> |
DefaultCacheProvider.forSerializerCache(SerializationConfig config) |
LookupCache<TypeKey,JsonSerializer<Object>> |
CacheProvider.forSerializerCache(SerializationConfig config)
Method for constructing a
LookupCache instance to be used by
SerializerCache. |
| Constructor and Description |
|---|
SerializerCache(LookupCache<TypeKey,JsonSerializer<Object>> cache) |
| Modifier and Type | Method and Description |
|---|---|
static ReadOnlyClassToSerializerMap |
ReadOnlyClassToSerializerMap.from(LookupCache<TypeKey,JsonSerializer<Object>> src)
Factory method for constructing an instance.
|
| Constructor and Description |
|---|
ReadOnlyClassToSerializerMap(LookupCache<TypeKey,JsonSerializer<Object>> src) |
| Constructor and Description |
|---|
TypeKey(TypeKey src) |
Copyright © 2008–2024 FasterXML. All rights reserved.