Package com.merative.acd.v1.util
Class CustomDeserializer
- java.lang.Object
- 
- com.merative.acd.v1.util.CustomDeserializer
 
- 
- Direct Known Subclasses:
- CustomCollection
 
 public class CustomDeserializer extends java.lang.ObjectCustomDeserializer To deserialize the response. This class is manually written and not generated from swagger codegen.
- 
- 
Constructor SummaryConstructors Constructor Description CustomDeserializer()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.JsonObjectconvertJsonObject(java.lang.String response)CustomCollectionconvertObject(java.lang.String response)
 
- 
- 
- 
Method Detail- 
convertJsonObjectpublic com.google.gson.JsonObject convertJsonObject(java.lang.String response) - Parameters:
- response- api response
- Returns:
- the JsonObject
 
 - 
convertObjectpublic CustomCollection convertObject(java.lang.String response) - Parameters:
- response- api response
- Returns:
- the CustomCollection
 
 
- 
 
-