Package | Description |
---|---|
com.fasterxml.jackson.databind.module |
Package that contains classes and interfaces to help implement
custom extension
Module s
(which are registered using
ObjectMapper.registerModule(com.fasterxml.jackson.databind.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(Class<?> forType,
ValueInstantiator inst) |
Modifier and Type | Method | Description |
---|---|---|
void |
SimpleModule.setValueInstantiators(SimpleValueInstantiators svi) |
Resets all currently configured value instantiators
|
Copyright © 2008–2018. All rights reserved.