Package com.postman.collection.adapter
Class PropertyDeserializer
java.lang.Object
com.postman.collection.adapter.PropertyDeserializer
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<Property>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondeserialize
(com.google.gson.JsonElement jElement, Type typeOfT, com.google.gson.JsonDeserializationContext context) Custom GSON deserializer for theRequestAuth
object.
-
Constructor Details
-
PropertyDeserializer
public PropertyDeserializer()
-
-
Method Details
-
deserialize
public Property deserialize(com.google.gson.JsonElement jElement, Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException Custom GSON deserializer for theRequestAuth
object.- Specified by:
deserialize
in interfacecom.google.gson.JsonDeserializer<Property>
- Parameters:
jElement
-typeOfT
-context
-- Returns:
- Property
- Throws:
com.google.gson.JsonParseException
-