T - Type of the elements inside the AbstractListpublic class AbstractListJsonDeserializer<T> extends BaseListJsonDeserializer<AbstractList<T>,T>
JsonDeserializer implementation for AbstractList. The deserialization process returns an ArrayList.deserializer| Modifier and Type | Method and Description |
|---|---|
protected AbstractList<T> |
newCollection()
Instantiates a new collection for deserialization process.
|
static <T> AbstractListJsonDeserializer<T> |
newInstance(JsonDeserializer<T> deserializer)
newInstance
|
doDeserialize, isNullValueAllowed, setBackReferencedeserialize, deserialize, deserializeNullValuepublic static <T> AbstractListJsonDeserializer<T> newInstance(JsonDeserializer<T> deserializer)
newInstance
T - Type of the elements inside the AbstractListdeserializer - JsonDeserializer used to deserialize the objects inside the AbstractList.AbstractListJsonDeserializerprotected AbstractList<T> newCollection()
newCollection in class BaseCollectionJsonDeserializer<AbstractList<T>,T>Copyright © 2019. All rights reserved.