Class SettingType.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<SettingType>
-
- com.configcat.publicapi.java.client.model.SettingType.Adapter
-
- Enclosing class:
- SettingType
public static class SettingType.Adapter extends com.google.gson.TypeAdapter<SettingType>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SettingTyperead(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, SettingType enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, SettingType enumeration) throws java.io.IOException- Specified by:
writein classcom.google.gson.TypeAdapter<SettingType>- Throws:
java.io.IOException
-
read
public SettingType read(com.google.gson.stream.JsonReader jsonReader) throws java.io.IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<SettingType>- Throws:
java.io.IOException
-
-