| Package | Description | 
|---|---|
| com.fasterxml.jackson.databind.ext | Contains extended support for "external" packages: things that
may or may not be present in runtime environment, but that are
commonly enough used so that explicit support can be added. | 
| com.fasterxml.jackson.databind.module | Package that contains classes and interfaces to help implement
 custom extension  Modules
 (which are registered usingObjectMapper.registerModule(com.fasterxml.jackson.databind.Module). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CoreXMLDeserializersContainer deserializers that handle "core" XML types: ones included in standard
 JDK 1.5. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SimpleDeserializersSimple implementation  Deserializerswhich allows registration of
 deserializers based on raw (type erased class). | 
Copyright © 2008–2020 FasterXML. All rights reserved.