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 | 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 | Description |
---|---|---|
protected TypeModifier[] |
TypeFactory._modifiers |
Registered
TypeModifier s: objects that can change details
of JavaType instances factory constructs. |
Modifier and Type | Method | Description |
---|---|---|
TypeFactory |
TypeFactory.withModifier(TypeModifier mod) |
Constructor | Description |
---|---|
TypeFactory(LRUMap<Object,JavaType> typeCache,
TypeParser p,
TypeModifier[] mods,
ClassLoader classLoader) |
Copyright © 2008–2018. All rights reserved.