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

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

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

Constructors in org.codehaus.jackson.map.deser.std with parameters of type StdValueInstantiator
StdValueInstantiator(StdValueInstantiator src)
          Copy-constructor that sub-classes can use when creating new instances by fluent-style construction