java.lang.Object
tools.jackson.databind.deser.jdk.ObjectArrayDeserializer.ObjectArrayReferringAccumulator
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_untyped
private final boolean _untyped
-
_elementType
private final Class<?> _elementType
-
-
-
Constructor Details
-
ObjectArrayReferringAccumulator
ObjectArrayReferringAccumulator(boolean untyped,
Class<?> elementType)
-