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