Uses of Class
org.codehaus.jackson.map.deser.std.CollectionDeserializer

Packages that use CollectionDeserializer
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 CollectionDeserializer in org.codehaus.jackson.map.deser
 

Subclasses of CollectionDeserializer in org.codehaus.jackson.map.deser
 class CollectionDeserializer
          Deprecated. Since 1.9, use ContainerDeserializerBase instead.
 

Uses of CollectionDeserializer in org.codehaus.jackson.map.deser.std
 

Constructors in org.codehaus.jackson.map.deser.std with parameters of type CollectionDeserializer
CollectionDeserializer(CollectionDeserializer src)
          Copy-constructor that can be used by sub-classes to allow copy-on-write styling copying of settings of an existing instance.