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