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