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