Uses of Class
com.fasterxml.jackson.databind.deser.std.FromStringDeserializer
-
Packages that use FromStringDeserializer Package Description com.fasterxml.jackson.databind.deser.std Contains public standard implementations of abstraction that Jackson uses.com.fasterxml.jackson.databind.ext 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 com.fasterxml.jackson.databind.deser.std
Subclasses of FromStringDeserializer in com.fasterxml.jackson.databind.deser.std Modifier and Type Class Description static class
FromStringDeserializer.Std
"Chameleon" deserializer that works on simple types that are deserialized from a simple String.class
UUIDDeserializer
Fields in com.fasterxml.jackson.databind.deser.std declared as FromStringDeserializer Modifier and Type Field Description protected FromStringDeserializer<?>
StdKeyDeserializer. _deser
Some types that are deserialized using a helper deserializer.Methods in com.fasterxml.jackson.databind.deser.std that return FromStringDeserializer Modifier and Type Method Description static FromStringDeserializer<?>
FromStringDeserializer. findDeserializer(java.lang.Class<?> rawType)
Factory method for trying to find a deserializer for one of supported types that have simple from-String serialization.Constructors in com.fasterxml.jackson.databind.deser.std with parameters of type FromStringDeserializer Constructor Description StdKeyDeserializer(int kind, java.lang.Class<?> cls, FromStringDeserializer<?> deser)
-
Uses of FromStringDeserializer in com.fasterxml.jackson.databind.ext
Subclasses of FromStringDeserializer in com.fasterxml.jackson.databind.ext Modifier and Type Class Description static class
CoreXMLDeserializers.Std
Combo-deserializer that supports deserialization of somewhat optional javax.xml typesQName
,Duration
andXMLGregorianCalendar
.class
DOMDeserializer<T>
Base for serializers that allows parsing DOM Documents from JSON Strings.static class
DOMDeserializer.DocumentDeserializer
static class
DOMDeserializer.NodeDeserializer
-