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._deser
Some types that are deserialized using a helper deserializer.
|
Constructor and Description |
---|
StdKeyDeserializer(int kind,
Class<?> cls,
FromStringDeserializer<?> deser) |
Modifier and Type | Class and Description |
---|---|
static class |
CoreXMLDeserializers.Std
Combo-deserializer that supports deserialization of somewhat optional
javax.xml types
QName , Duration and XMLGregorianCalendar . |
class |
DOMDeserializer<T>
Base for serializers that allows parsing DOM Documents from JSON Strings.
|
static class |
DOMDeserializer.DocumentDeserializer |
static class |
DOMDeserializer.NodeDeserializer |
Copyright © 2014–2015 FasterXML. All rights reserved.