Class ActionDTO.RuleSeverityEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<ActionDTO.RuleSeverityEnum>
-
- org.wso2.am.integration.clients.governance.api.dto.ActionDTO.RuleSeverityEnum.Adapter
-
- Enclosing class:
- ActionDTO.RuleSeverityEnum
public static class ActionDTO.RuleSeverityEnum.Adapter extends com.google.gson.TypeAdapter<ActionDTO.RuleSeverityEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionDTO.RuleSeverityEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, ActionDTO.RuleSeverityEnum enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, ActionDTO.RuleSeverityEnum enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<ActionDTO.RuleSeverityEnum>- Throws:
IOException
-
read
public ActionDTO.RuleSeverityEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<ActionDTO.RuleSeverityEnum>- Throws:
IOException
-
-