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 TypeClassDescriptionclassclassclassclassstatic classprotected static classstatic classSimple deserializer for handlingDatevalues.static classCompared to plain oldDate, SQL version is easier to deal with: mostly because it is more limited.static classSimple deserializer for handlingTimestampvalues.classDeserializer class that can deserialize instances of specified Enum class from Strings and Integers.classBase 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 classstatic classThis is bit trickier to implement efficiently, while avoiding overflow problems.static final classstatic classstatic classstatic classstatic classstatic final classstatic final classstatic classFor typeNumber.class, we can just rely on type mappings that plainJsonParser.getNumberValue()returns.protected static classstatic classclassclassclassWe also want to directly support deserialization ofTokenBuffer.classConstructors 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 classCombo-deserializer that supports deserialization of somewhat optional javax.xml typesQName,DurationandXMLGregorianCalendar.classBase for serializers that allows parsing DOM Documents from JSON Strings.static classstatic classclass