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 and Description |
---|---|
protected SimpleAbstractTypeResolver |
SimpleModule._abstractTypes
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 |
---|---|
<T> SimpleAbstractTypeResolver |
SimpleAbstractTypeResolver.addMapping(Class<T> superType,
Class<? extends T> subType)
Method for adding a mapping from super type to specific subtype.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleModule.setAbstractTypes(SimpleAbstractTypeResolver atr)
Resets currently configured abstract type mappings
|
Copyright © 2008–2020 FasterXML. All rights reserved.