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.MeTypesEnum
read(com.google.gson.stream.JsonReader jsonReader)
void
write(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:
write
in classcom.google.gson.TypeAdapter<TagMatchRule.MeTypesEnum>
- Throws:
IOException
-
read
public TagMatchRule.MeTypesEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
read
in classcom.google.gson.TypeAdapter<TagMatchRule.MeTypesEnum>
- Throws:
IOException
-
-