Uses of Annotation Type
org.codehaus.jackson.map.annotate.JsonCachable
Packages that use JsonCachable
Package
Description
Contains implementation classes of deserialization part of
data binding.
Contains public standard implementations of abstraction that
Jackson uses.
-
Uses of JsonCachable in org.codehaus.jackson.map.deser
Classes in org.codehaus.jackson.map.deser with annotations of type JsonCachableModifier and TypeClassDescriptionclass
Deserializer class that can deserialize instances of arbitrary bean objects, usually from JSON Object structs, but possibly also from simple types like String values. -
Uses of JsonCachable in org.codehaus.jackson.map.deser.std
Classes in org.codehaus.jackson.map.deser.std with annotations of type JsonCachableModifier and TypeClassDescriptionclass
Deserializer class that can deserialize instances of specified Enum class from Strings and Integers.