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