Package | Description |
---|---|
com.fasterxml.jackson.databind |
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode ), as well as
writing Java Objects and trees as JSON. |
com.fasterxml.jackson.databind.type |
Modifier and Type | Method and Description |
---|---|
void |
Module.SetupContext.addTypeModifier(TypeModifier modifier)
Method that module can use to register additional
TypeModifier instance, which can augment JavaType
instances constructed by TypeFactory . |
Modifier and Type | Field and Description |
---|---|
protected TypeModifier[] |
TypeFactory._modifiers
Registered
TypeModifier s: objects that can change details
of JavaType instances factory constructs. |
Modifier and Type | Method and Description |
---|---|
TypeFactory |
TypeFactory.withModifier(TypeModifier mod)
"Mutant factory" method which will construct a new instance with specified
TypeModifier added as the first modifier to call (in case there
are multiple registered). |
Constructor and Description |
---|
TypeFactory(LookupCache<Object,JavaType> typeCache,
TypeParser p,
TypeModifier[] mods,
ClassLoader classLoader) |
TypeFactory(LRUMap<Object,JavaType> typeCache,
TypeParser p,
TypeModifier[] mods,
ClassLoader classLoader)
Deprecated.
Since 2.12
|
Copyright © 2008–2020 FasterXML. All rights reserved.