| Package | Description |
|---|---|
| org.codehaus.jackson.map.module |
Package that contains classes and interfaces to help implement
custom extension
Modules
(which are registered using
ObjectMapper.registerModule(org.codehaus.jackson.map.Module). |
| Modifier and Type | Field | Description |
|---|---|---|
protected SimpleValueInstantiators |
SimpleModule._valueInstantiators |
Lazily-constructed resolver used for storing mappings from
abstract classes to more specific implementing classes
(which may be abstract or concrete)
|
| Modifier and Type | Method | Description |
|---|---|---|
SimpleValueInstantiators |
SimpleValueInstantiators.addValueInstantiator(java.lang.Class<?> forType,
ValueInstantiator inst) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SimpleModule.setValueInstantiators(SimpleValueInstantiators svi) |
Resets all currently configured value instantiators
|