Package com.onfido.model
Class WebhookEventObjectStatus.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<WebhookEventObjectStatus>
-
- com.onfido.model.WebhookEventObjectStatus.Adapter
-
- Enclosing class:
- WebhookEventObjectStatus
public static class WebhookEventObjectStatus.Adapter extends com.google.gson.TypeAdapter<WebhookEventObjectStatus>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebhookEventObjectStatusread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, WebhookEventObjectStatus enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, WebhookEventObjectStatus enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<WebhookEventObjectStatus>- Throws:
IOException
-
read
public WebhookEventObjectStatus read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<WebhookEventObjectStatus>- Throws:
IOException
-
-