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