Class AccountIdentity.VerificationStatusEnum.Adapter

java.lang.Object
com.google.gson.TypeAdapter<AccountIdentity.VerificationStatusEnum>
com.plaid.client.model.AccountIdentity.VerificationStatusEnum.Adapter
Enclosing class:
AccountIdentity.VerificationStatusEnum

public static class AccountIdentity.VerificationStatusEnum.Adapter
extends com.google.gson.TypeAdapter<AccountIdentity.VerificationStatusEnum>
  • Constructor Summary

    Constructors 
    Constructor Description
    Adapter()  
  • Method Summary

    Modifier and Type Method Description
    AccountIdentity.VerificationStatusEnum read​(com.google.gson.stream.JsonReader jsonReader)  
    void write​(com.google.gson.stream.JsonWriter jsonWriter, AccountIdentity.VerificationStatusEnum enumeration)  

    Methods inherited from class com.google.gson.TypeAdapter

    fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait