Package com.influxdb.client.domain
Class NotificationRuleBase.LastRunStatusEnum.Adapter
java.lang.Object
com.google.gson.TypeAdapter<NotificationRuleBase.LastRunStatusEnum>
com.influxdb.client.domain.NotificationRuleBase.LastRunStatusEnum.Adapter
- Enclosing class:
NotificationRuleBase.LastRunStatusEnum
public static class NotificationRuleBase.LastRunStatusEnum.Adapter
extends com.google.gson.TypeAdapter<NotificationRuleBase.LastRunStatusEnum>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionread
(com.google.gson.stream.JsonReader jsonReader) void
write
(com.google.gson.stream.JsonWriter jsonWriter, NotificationRuleBase.LastRunStatusEnum 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, NotificationRuleBase.LastRunStatusEnum enumeration) throws IOException - Specified by:
write
in classcom.google.gson.TypeAdapter<NotificationRuleBase.LastRunStatusEnum>
- Throws:
IOException
-
read
public NotificationRuleBase.LastRunStatusEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException - Specified by:
read
in classcom.google.gson.TypeAdapter<NotificationRuleBase.LastRunStatusEnum>
- Throws:
IOException
-