Class StdValueInstantiator

java.lang.Object
com.fasterxml.jackson.databind.deser.ValueInstantiator
com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
All Implemented Interfaces:
Serializable

public class StdValueInstantiator extends ValueInstantiator implements Serializable
Default ValueInstantiator implementation, which supports Creator methods that can be indicated by standard Jackson annotations.
See Also: