Uses of Class
com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer
Packages that use StdScalarDeserializer
Package
Description
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.
-
Uses of StdScalarDeserializer in com.fasterxml.jackson.databind.deser.std
Subclasses of StdScalarDeserializer in com.fasterxml.jackson.databind.deser.stdModifier and TypeClassDescriptionclass
class
class
class
static class
protected static class
static class
Simple deserializer for handlingDate
values.static class
Compared to plain oldDate
, SQL version is easier to deal with: mostly because it is more limited.static class
Simple deserializer for handlingTimestamp
values.class
Deserializer class that can deserialize instances of specified Enum class from Strings and Integers.class
Base class for simple deserializers that serialize values from String representation: this includes JSON Strings and other Scalar values that can be coerced into text, like Numbers and Booleans).static class
"Chameleon" deserializer that works on simple types that are deserialized from a simple String.static class
static class
This is bit trickier to implement efficiently, while avoiding overflow problems.static final class
static class
static class
static class
static class
static final class
static final class
static class
For typeNumber.class
, we can just rely on type mappings that plainJsonParser.getNumberValue()
returns.protected static class
static class
class
class
class
We also want to directly support deserialization ofTokenBuffer
.class
Constructors in com.fasterxml.jackson.databind.deser.std with parameters of type StdScalarDeserializer -
Uses of StdScalarDeserializer in com.fasterxml.jackson.databind.ext
Subclasses of StdScalarDeserializer in com.fasterxml.jackson.databind.extModifier and TypeClassDescriptionstatic class
Combo-deserializer that supports deserialization of somewhat optional javax.xml typesQName
,Duration
andXMLGregorianCalendar
.class
Base for serializers that allows parsing DOM Documents from JSON Strings.static class
static class
class