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