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

Packages that use StringCollectionDeserializer
org.codehaus.jackson.map.deser.std Contains public standard implementations of abstraction that Jackson uses. 
 

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

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