| Package | Description |
|---|---|
| com.fasterxml.jackson.databind |
Contains basic mapper (conversion) functionality that
allows for converting between regular streaming json content and
Java objects (beans or Tree Model: support for both is via
ObjectMapper class, as well
as convenience methods included in
JsonParser |
| 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
TypeModifiers: objects that can change details
of JavaType instances factory constructs. |
| Modifier and Type | Method and Description |
|---|---|
TypeFactory |
TypeFactory.withModifier(TypeModifier mod) |
| Constructor and Description |
|---|
TypeFactory(TypeParser p,
TypeModifier[] mods) |
Copyright © 2014 FasterXML. All Rights Reserved.