Package com.plaid.client.model
Class IncidentUpdate.StatusEnum.Adapter
java.lang.Object
com.google.gson.TypeAdapter<IncidentUpdate.StatusEnum>
com.plaid.client.model.IncidentUpdate.StatusEnum.Adapter
- Enclosing class:
- IncidentUpdate.StatusEnum
public static class IncidentUpdate.StatusEnum.Adapter extends com.google.gson.TypeAdapter<IncidentUpdate.StatusEnum>
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
Modifier and Type Method Description IncidentUpdate.StatusEnum
read(com.google.gson.stream.JsonReader jsonReader)
void
write(com.google.gson.stream.JsonWriter jsonWriter, IncidentUpdate.StatusEnum 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
-
Constructor Details
-
Adapter
public Adapter()
-
-
Method Details
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, IncidentUpdate.StatusEnum enumeration) throws java.io.IOException- Specified by:
write
in classcom.google.gson.TypeAdapter<IncidentUpdate.StatusEnum>
- Throws:
java.io.IOException
-
read
public IncidentUpdate.StatusEnum read(com.google.gson.stream.JsonReader jsonReader) throws java.io.IOException- Specified by:
read
in classcom.google.gson.TypeAdapter<IncidentUpdate.StatusEnum>
- Throws:
java.io.IOException
-