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