Uses of Class
org.codehaus.jackson.map.deser.BasicDeserializerFactory

Packages that use BasicDeserializerFactory
org.codehaus.jackson.map.deser Contains implementation classes of deserialization part of data binding. 
 

Uses of BasicDeserializerFactory in org.codehaus.jackson.map.deser
 

Subclasses of BasicDeserializerFactory in org.codehaus.jackson.map.deser
 class BeanDeserializerFactory
          Concrete deserializer factory class that adds full Bean deserializer construction logic using class introspection.
 class CustomDeserializerFactory
          Deprecated. Starting with 1.7, functionality of this class has been implemented both in base SerializerFactory (see methods like SerializerFactory.withAdditionalSerializers(Serializers)) and through new Module API. As such, this class is not the best way to add custom functionality, and will likely be removed from 2.0 release