Package com.influxdb.client.domain
Class NotificationEndpointUpdate.StatusEnum.Adapter
java.lang.Object
com.google.gson.TypeAdapter<NotificationEndpointUpdate.StatusEnum>
com.influxdb.client.domain.NotificationEndpointUpdate.StatusEnum.Adapter
- Enclosing class:
NotificationEndpointUpdate.StatusEnum
public static class NotificationEndpointUpdate.StatusEnum.Adapter
extends com.google.gson.TypeAdapter<NotificationEndpointUpdate.StatusEnum>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionread
(com.google.gson.stream.JsonReader jsonReader) void
write
(com.google.gson.stream.JsonWriter jsonWriter, NotificationEndpointUpdate.StatusEnum enumeration) Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
-
Constructor Details
-
Adapter
public Adapter()
-
-
Method Details
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, NotificationEndpointUpdate.StatusEnum enumeration) throws IOException - Specified by:
write
in classcom.google.gson.TypeAdapter<NotificationEndpointUpdate.StatusEnum>
- Throws:
IOException
-
read
public NotificationEndpointUpdate.StatusEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException - Specified by:
read
in classcom.google.gson.TypeAdapter<NotificationEndpointUpdate.StatusEnum>
- Throws:
IOException
-