- java.lang.Object
-
- com.fasterxml.jackson.databind.deser.impl.JavaUtilCollectionsDeserializers
-
public abstract class JavaUtilCollectionsDeserializers
extends Object
Helper class used to contain logic for deserializing "special" containers
from java.util.Collections
and java.util.Arrays
. This is needed
because they do not have usable no-arguments constructor: however, are easy enough
to deserialize using delegating deserializer.
- Since:
- 2.9.4
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
static int |
TYPE_AS_LIST |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2008–2018 FasterXML. All rights reserved.