Uses of Class
org.codehaus.jackson.map.deser.std.FromStringDeserializer
Packages that use FromStringDeserializer
Package
Description
Contains implementation classes of deserialization part of
data binding.
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 FromStringDeserializer in org.codehaus.jackson.map.deser
Subclasses of FromStringDeserializer in org.codehaus.jackson.map.deser -
Uses of FromStringDeserializer in org.codehaus.jackson.map.deser.std
Subclasses of FromStringDeserializer in org.codehaus.jackson.map.deser.stdModifier and TypeClassDescriptionprotected static class
static class
protected static class
As per [JACKSON-484], also need special handling for InetAddress...protected static class
Kept protected as it's not meant to be extensible at this pointstatic class
protected static class
As per [JACKSON-522], also need special handling for InetAddress...static class
static class
static class
Methods in org.codehaus.jackson.map.deser.std that return types with arguments of type FromStringDeserializerModifier and TypeMethodDescriptionstatic Iterable
<FromStringDeserializer<?>> FromStringDeserializer.all()
-
Uses of FromStringDeserializer in org.codehaus.jackson.map.ext
Subclasses of FromStringDeserializer in org.codehaus.jackson.map.extModifier and TypeClassDescriptionstatic class
static class
class
Base for serializers that allows parsing DOM Documents from JSON Strings.static class
static class
FromStringDeserializer
instead.