Uses of Class
tools.jackson.databind.deser.std.FromStringDeserializer
Packages that use FromStringDeserializer
Package
Description
Package that contains standard value and key deserializer implementations
Jackson uses for core JDK types.
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 FromStringDeserializer in tools.jackson.databind.deser.jdk
Subclasses of FromStringDeserializer in tools.jackson.databind.deser.jdkModifier and TypeClassDescriptionclassBase 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).class -
Uses of FromStringDeserializer in tools.jackson.databind.ext
Subclasses of FromStringDeserializer 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