Uses of Class
tools.jackson.databind.deser.std.StdScalarDeserializer
Packages that use StdScalarDeserializer
Package
Description
Package that contains standard value and key deserializer implementations
Jackson uses for its own public types.
Package that contains standard value and key deserializer implementations
Jackson uses for core JDK types.
Package that contains standard value and key deserializer base classes
that Jackson both uses for its own implementations and offers for
module developers as convenient partial implementations.
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 handlers specific to datatypes introduced in Java 8.
Package that contains handlers specific to SQL datatypes.
-
Uses of StdScalarDeserializer in tools.jackson.databind.deser.jackson
Subclasses of StdScalarDeserializer in tools.jackson.databind.deser.jacksonModifier and TypeClassDescriptionclassWe also want to directly support deserialization ofTokenBuffer. -
Uses of StdScalarDeserializer in tools.jackson.databind.deser.jdk
Subclasses of StdScalarDeserializer in tools.jackson.databind.deser.jdkModifier and TypeClassDescriptionclassclassclassclassclassclassDeserializer class that can deserialize instances of specified Enum class from Strings and Integers.classclassSimple deserializer for handlingDatevalues.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 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 classclassclassclass -
Uses of StdScalarDeserializer in tools.jackson.databind.deser.std
Subclasses of StdScalarDeserializer in tools.jackson.databind.deser.stdModifier and TypeClassDescriptionclassBase class for building simple scalar value deserializers that accept String values.Constructors in tools.jackson.databind.deser.std with parameters of type StdScalarDeserializer -
Uses of StdScalarDeserializer in tools.jackson.databind.ext
Subclasses of StdScalarDeserializer in tools.jackson.databind.extModifier and TypeClassDescriptionstatic classCombo-deserializer that supports deserialization of somewhat optional javax.xml typesQName,DurationandXMLGregorianCalendar.classBase for deserializers that allows parsing DOM Documents from JSON Strings.static classstatic class -
Uses of StdScalarDeserializer in tools.jackson.databind.ext.javatime.deser
Subclasses of StdScalarDeserializer in tools.jackson.databind.ext.javatime.deserModifier and TypeClassDescriptionclassDeserializer for Java 8 temporalDurations.classInstantDeserializer<T extends Temporal>classclassclassDeserializer for Java 8 temporalLocalDates.classDeserializer for Java 8 temporalLocalDateTimes.classDeserializer for Java 8 temporalLocalTimes.classDeserializer for Java 8 temporalMonthDays.classDeserializer for Java 8 temporalMonths.classDeserializer for Java 8 temporalOffsetTimes.classDeserializer for Java 8 temporalYears.classDeserializer for Java 8 temporalYearMonths. -
Uses of StdScalarDeserializer in tools.jackson.databind.ext.jdk8
Subclasses of StdScalarDeserializer in tools.jackson.databind.ext.jdk8Modifier and TypeClassDescriptionclassclassclassclass -
Uses of StdScalarDeserializer in tools.jackson.databind.ext.sql
Subclasses of StdScalarDeserializer in tools.jackson.databind.ext.sql