Class PropertyDeserializer

java.lang.Object
com.postman.collection.adapter.PropertyDeserializer
All Implemented Interfaces:
com.google.gson.JsonDeserializer<Property>

public class PropertyDeserializer extends Object implements com.google.gson.JsonDeserializer<Property>
  • 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 the RequestAuth object.
      Specified by:
      deserialize in interface com.google.gson.JsonDeserializer<Property>
      Parameters:
      jElement -
      typeOfT -
      context -
      Returns:
      Property
      Throws:
      com.google.gson.JsonParseException