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