|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleValueInstantiators | |
|---|---|
| com.fasterxml.jackson.databind.module | Package that contains classes and interfaces to help implement
custom extension Modules
(which are registered using
ObjectMapper.registerModule(com.fasterxml.jackson.databind.Module). |
| Uses of SimpleValueInstantiators in com.fasterxml.jackson.databind.module |
|---|
| Fields in com.fasterxml.jackson.databind.module declared as SimpleValueInstantiators | |
|---|---|
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) |
| Methods in com.fasterxml.jackson.databind.module that return SimpleValueInstantiators | |
|---|---|
SimpleValueInstantiators |
SimpleValueInstantiators.addValueInstantiator(Class<?> forType,
ValueInstantiator inst)
|
| Methods in com.fasterxml.jackson.databind.module with parameters of type SimpleValueInstantiators | |
|---|---|
void |
SimpleModule.setValueInstantiators(SimpleValueInstantiators svi)
Resets all currently configured value instantiators |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||