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