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