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 classstatic classprotected static classAs per [JACKSON-484], also need special handling for InetAddress...protected static classKept protected as it's not meant to be extensible at this pointstatic classprotected static classAs per [JACKSON-522], also need special handling for InetAddress...static classstatic classstatic classMethods 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 classstatic classclassBase for serializers that allows parsing DOM Documents from JSON Strings.static classstatic class
FromStringDeserializerinstead.