Class JDKValueInstantiators.JDKValueInstantiator

java.lang.Object
com.fasterxml.jackson.databind.deser.ValueInstantiator
com.fasterxml.jackson.databind.deser.ValueInstantiator.Base
com.fasterxml.jackson.databind.deser.impl.JDKValueInstantiators.JDKValueInstantiator
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JDKValueInstantiators.ArrayListInstantiator, JDKValueInstantiators.ConcurrentHashMapInstantiator, JDKValueInstantiators.ConstantValueInstantiator, JDKValueInstantiators.HashMapInstantiator, JDKValueInstantiators.HashSetInstantiator, JDKValueInstantiators.LinkedHashMapInstantiator, JDKValueInstantiators.LinkedListInstantiator, JDKValueInstantiators.TreeMapInstantiator, JDKValueInstantiators.TreeSetInstantiator
Enclosing class:
JDKValueInstantiators

private abstract static class JDKValueInstantiators.JDKValueInstantiator extends ValueInstantiator.Base implements Serializable