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