Uses of Class
org.codehaus.jackson.map.deser.std.StdDeserializer
Packages that use StdDeserializer
Package
Description
Contains implementation classes of deserialization part of
data binding.
Contains public standard implementations of abstraction that
Jackson uses.
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.
Package that contains XML Compatibility functionality for Jackson, such
as handlers for JAXB annotations
-
Uses of StdDeserializer in org.codehaus.jackson.map.deser
Subclasses of StdDeserializer in org.codehaus.jackson.map.deserModifier and TypeClassDescriptionclass
Deprecated.class
Deserializer class that can deserialize instances of arbitrary bean objects, usually from JSON Object structs, but possibly also from simple types like String values.class
Deprecated.Since 1.9, useContainerDeserializerBase
instead.class
Deprecated.Since 1.9, useContainerDeserializerBase
instead.class
Deprecated.Since 1.9, useJsonNodeDeserializer
instead.class
Deprecated.Since 1.9, useEnumDeserializer
instead.class
Deprecated.Since 1.9, useFromStringDeserializer
instead.class
Deprecated.Since 1.9, useJsonNodeDeserializer
instead.class
Deprecated.Since 1.9, useMapDeserializer
instead.class
Deprecated.Since 1.9, useStdDeserializer
instead.class
Deprecated.Since 1.9 useCalendarDeserializer
instead.class
Deprecated.Since 1.9 useClassDeserializer
instead.static final class
Deprecated.Since 1.9 useStringDeserializer
instead.class
Deprecated.Since 1.9, useStdScalarDeserializer
instead.class
Deprecated.Since 1.9, useThrowableDeserializer
instead.class
Deprecated.Since 1.9, useUntypedObjectDeserializer
instead. -
Uses of StdDeserializer in org.codehaus.jackson.map.deser.std
Subclasses of StdDeserializer in org.codehaus.jackson.map.deser.stdModifier and TypeClassDescriptionclass
class
class
class
class
Basic serializer that can take JSON "Array" structure and construct aCollection
instance, with typed contents.class
Intermediate base deserializer class that adds more shared accessor so that other classes can access information about contained (value) typesclass
Simple deserializer for handlingDate
values.class
Deserializer class that can deserialize instances of specified Enum class from Strings and Integers.protected static class
Deserializer that uses a single-String static factory method for locating Enum values by String id.class
Note: casting within this class is all messed up -- just could not figure out a way to properly deal with recursive definition of "EnumMapinvalid input: '<'K extends Enum, V> class
Note: casting within this class is all messed up -- just could not figure out a way to properly deal with recursive definition of "EnumSetinvalid input: '<'K extends Enum, V> class
Base class for simple deserializer which only accept JSON String values as the source.protected static class
static class
protected static class
As per [JACKSON-484], also need special handling for InetAddress...protected static class
Kept protected as it's not meant to be extensible at this pointstatic class
protected static class
As per [JACKSON-522], also need special handling for InetAddress...static class
static class
static class
class
class
class
Basic serializer that can take Json "Object" structure and construct aMap
instance, with typed contents.class
Basic serializer that can serialize non-primitive arrays.static class
static class
This is bit trickier to implement efficiently, while avoiding overflow problems.static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
For typeNumber.class
, we can just rely on type mappings that plainJsonParser.getNumberValue()
returns.protected static class
static final class
static class
Compared to plain oldDate
, SQL version is easier to deal with: mostly because it is more limited.static class
class
Base class for deserializers that handle types that are serialized as JSON scalars (non-structured, i.e.final class
class
class
Deserializer that builds on basicBeanDeserializer
but override some aspects like instance construction.class
Simple deserializer for handlingTimestamp
values.class
We also want to directly support deserialization ofTokenBuffer
.class
Deserializer implementation that is used if it is necessary to bind content of "unknown" type; something declared as basicObject
(either explicitly, or due to type erasure). -
Uses of StdDeserializer in org.codehaus.jackson.map.ext
Subclasses of StdDeserializer in org.codehaus.jackson.map.extModifier and TypeClassDescriptionstatic class
static class
static class
class
Base for serializers that allows parsing DOM Documents from JSON Strings.static class
static class
static class
static class
JodaDeserializers.DateTimeDeserializer<T extends org.joda.time.ReadableInstant>
Basic deserializer forDateTime
.static class
static class
static class
Methods in org.codehaus.jackson.map.ext that return types with arguments of type StdDeserializerModifier and TypeMethodDescriptionCoreXMLDeserializers.provide()
Method called byBasicDeserializerFactory
to register deserializers this class provides.JodaDeserializers.provide()
-
Uses of StdDeserializer in org.codehaus.jackson.xc
Subclasses of StdDeserializer in org.codehaus.jackson.xcModifier and TypeClassDescriptionclass
class
class
ObjectArrayDeserializer
instead.