| Package | Description |
|---|---|
| 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). |
| Modifier and Type | Field and 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 and Description |
|---|---|
SimpleValueInstantiators |
SimpleValueInstantiators.addValueInstantiator(Class<?> forType,
ValueInstantiator inst) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleModule.setValueInstantiators(SimpleValueInstantiators svi)
Resets all currently configured value instantiators
|
Copyright © 2008–2023 FasterXML. All rights reserved.