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