| Package | Description | 
|---|---|
| com.fasterxml.jackson.databind.deser.std | Contains public standard implementations of abstraction that
 Jackson uses. | 
| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | FromStringDeserializer.Std"Chameleon" deserializer that works on simple types that are deserialized
 from a simple String. | 
| class  | UUIDDeserializer | 
| Modifier and Type | Field and Description | 
|---|---|
| protected FromStringDeserializer<?> | StdKeyDeserializer. _deserSome types that are deserialized using a helper deserializer. | 
| Modifier and Type | Method and Description | 
|---|---|
| static FromStringDeserializer<?> | FromStringDeserializer. findDeserializer(Class<?> rawType)Factory method for trying to find a deserializer for one of supported
 types that have simple from-String serialization. | 
| Constructor and Description | 
|---|
| StdKeyDeserializer(int kind,
                  Class<?> cls,
                  FromStringDeserializer<?> deser) | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | CoreXMLDeserializers.StdCombo-deserializer that supports deserialization of somewhat optional
 javax.xml types  QName,DurationandXMLGregorianCalendar. | 
| class  | DOMDeserializer<T>Base for serializers that allows parsing DOM Documents from JSON Strings. | 
| static class  | DOMDeserializer.DocumentDeserializer | 
| static class  | DOMDeserializer.NodeDeserializer | 
Copyright © 2008–2020 FasterXML. All rights reserved.