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