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