Class LegalEntityCapability.AllowedLevelEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<LegalEntityCapability.AllowedLevelEnum>
-
- com.adyen.model.legalentitymanagement.LegalEntityCapability.AllowedLevelEnum.Adapter
-
- Enclosing class:
- LegalEntityCapability.AllowedLevelEnum
public static class LegalEntityCapability.AllowedLevelEnum.Adapter extends com.google.gson.TypeAdapter<LegalEntityCapability.AllowedLevelEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LegalEntityCapability.AllowedLevelEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, LegalEntityCapability.AllowedLevelEnum enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, LegalEntityCapability.AllowedLevelEnum enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<LegalEntityCapability.AllowedLevelEnum>- Throws:
IOException
-
read
public LegalEntityCapability.AllowedLevelEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<LegalEntityCapability.AllowedLevelEnum>- Throws:
IOException
-
-