Package | Description |
---|---|
org.codehaus.jackson.map.deser |
Contains implementation classes of deserialization part of
data binding.
|
org.codehaus.jackson.map.deser.std |
Contains public standard implementations of abstraction that
Jackson uses.
|
org.codehaus.jackson.map.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 | Description |
---|---|---|
class |
FromStringDeserializer<T> |
Deprecated.
Since 1.9, use
FromStringDeserializer instead. |
Modifier and Type | Class | Description |
---|---|---|
protected static class |
FromStringDeserializer.CharsetDeserializer |
|
static class |
FromStringDeserializer.CurrencyDeserializer |
|
protected static class |
FromStringDeserializer.InetAddressDeserializer |
As per [JACKSON-484], also need special handling for InetAddress...
|
protected static class |
FromStringDeserializer.LocaleDeserializer |
Kept protected as it's not meant to be extensible at this point
|
static class |
FromStringDeserializer.PatternDeserializer |
|
protected static class |
FromStringDeserializer.TimeZoneDeserializer |
As per [JACKSON-522], also need special handling for InetAddress...
|
static class |
FromStringDeserializer.URIDeserializer |
|
static class |
FromStringDeserializer.URLDeserializer |
|
static class |
FromStringDeserializer.UUIDDeserializer |
Modifier and Type | Method | Description |
---|---|---|
static java.lang.Iterable<FromStringDeserializer<?>> |
FromStringDeserializer.all() |
Modifier and Type | Class | Description |
---|---|---|
static class |
CoreXMLDeserializers.DurationDeserializer |
|
static class |
CoreXMLDeserializers.QNameDeserializer |
|
class |
DOMDeserializer<T> |
Base for serializers that allows parsing DOM Documents from JSON Strings.
|
static class |
DOMDeserializer.DocumentDeserializer |
|
static class |
DOMDeserializer.NodeDeserializer |