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
Module s
(which are registered using
ObjectMapper.registerModule(com.fasterxml.jackson.databind.Module) . |
Modifier and Type | Class and Description |
---|---|
class |
CoreXMLDeserializers
Container deserializers that handle "core" XML types: ones included in standard
JDK 1.5.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleDeserializers
Simple implementation
Deserializers which allows registration of
deserializers based on raw (type erased class). |
Copyright © 2008–2021 FasterXML. All rights reserved.