Class TagMatchRule.MeTypesEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<TagMatchRule.MeTypesEnum>
-
- de.tsystems.mms.apm.performancesignature.dynatracesaas.model.TagMatchRule.MeTypesEnum.Adapter
-
- Enclosing class:
- TagMatchRule.MeTypesEnum
public static class TagMatchRule.MeTypesEnum.Adapter extends com.google.gson.TypeAdapter<TagMatchRule.MeTypesEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TagMatchRule.MeTypesEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, TagMatchRule.MeTypesEnum enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, TagMatchRule.MeTypesEnum enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<TagMatchRule.MeTypesEnum>- Throws:
IOException
-
read
public TagMatchRule.MeTypesEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<TagMatchRule.MeTypesEnum>- Throws:
IOException
-
-