T - Type of the elements inside the Listpublic final class ListJsonDeserializer<T> extends BaseListJsonDeserializer<List<T>,T>
deserializer| Modifier and Type | Method and Description |
|---|---|
protected List<T> |
newCollection()
Instantiates a new collection for deserialization process.
|
static <T> ListJsonDeserializer<T> |
newInstance(JsonDeserializer<T> deserializer)
newInstance
|
doDeserialize, isNullValueAllowed, setBackReferencedeserialize, deserialize, deserializeNullValuepublic static <T> ListJsonDeserializer<T> newInstance(JsonDeserializer<T> deserializer)
newInstance
T - Type of the elements inside the Listdeserializer - JsonDeserializer used to deserialize the objects inside the List.ListJsonDeserializerprotected List<T> newCollection()
newCollection in class BaseCollectionJsonDeserializer<List<T>,T>Copyright © 2020. All rights reserved.