T - Type of the elements inside the LinkedListpublic class LinkedListJsonDeserializer<T> extends BaseListJsonDeserializer<LinkedList<T>,T>
JsonDeserializer implementation for LinkedList.deserializer| Modifier and Type | Method and Description |
|---|---|
protected LinkedList<T> |
newCollection()
Instantiates a new collection for deserialization process.
|
static <T> LinkedListJsonDeserializer<T> |
newInstance(JsonDeserializer<T> deserializer)
newInstance
|
doDeserialize, isNullValueAllowed, setBackReferencedeserialize, deserialize, deserializeNullValuepublic static <T> LinkedListJsonDeserializer<T> newInstance(JsonDeserializer<T> deserializer)
newInstance
T - Type of the elements inside the LinkedListdeserializer - JsonDeserializer used to deserialize the objects inside the LinkedList.LinkedListJsonDeserializerprotected LinkedList<T> newCollection()
newCollection in class BaseCollectionJsonDeserializer<LinkedList<T>,T>Copyright © 2019. All rights reserved.