Uses of Class
org.codehaus.jackson.map.deser.std.StdValueInstantiator
-
Packages that use StdValueInstantiator Package Description 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 Constructor Description StdValueInstantiator(StdValueInstantiator src)
Copy-constructor that sub-classes can use when creating new instances by fluent-style construction
-