Uses of Class
org.codehaus.jackson.map.annotate.JsonCachable

Packages that use JsonCachable
org.codehaus.jackson.map.deser Contains implementation classes of deserialization part of data binding. 
org.codehaus.jackson.map.deser.std 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 JsonCachable
 class BeanDeserializer
          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 JsonCachable
 class EnumDeserializer
          Deserializer class that can deserialize instances of specified Enum class from Strings and Integers.