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