| 程序包 | 说明 |
|---|---|
| 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). |
| 限定符和类型 | 字段和说明 |
|---|---|
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)
|
| 限定符和类型 | 方法和说明 |
|---|---|
SimpleValueInstantiators |
SimpleValueInstantiators.addValueInstantiator(Class<?> forType,
ValueInstantiator inst) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SimpleModule.setValueInstantiators(SimpleValueInstantiators svi)
Resets all currently configured value instantiators
|