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