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