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