Class FeeRefundCollectionDeserializer

  • All Implemented Interfaces:
    com.google.gson.JsonDeserializer<FeeRefundCollection>

    public class FeeRefundCollectionDeserializer
    extends java.lang.Object
    implements com.google.gson.JsonDeserializer<FeeRefundCollection>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.reflect.Type REFUND_LIST_TYPE  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FeeRefundCollection deserialize​(com.google.gson.JsonElement json, java.lang.reflect.Type typeOfT, com.google.gson.JsonDeserializationContext context)
      Deserializes a fee_refund list JSON payload into a FeeRefundCollection object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • REFUND_LIST_TYPE

        public static final java.lang.reflect.Type REFUND_LIST_TYPE
    • Constructor Detail

      • FeeRefundCollectionDeserializer

        public FeeRefundCollectionDeserializer()
    • Method Detail

      • deserialize

        public FeeRefundCollection deserialize​(com.google.gson.JsonElement json,
                                               java.lang.reflect.Type typeOfT,
                                               com.google.gson.JsonDeserializationContext context)
                                        throws com.google.gson.JsonParseException
        Deserializes a fee_refund list JSON payload into a FeeRefundCollection object.
        Specified by:
        deserialize in interface com.google.gson.JsonDeserializer<FeeRefundCollection>
        Throws:
        com.google.gson.JsonParseException