io.voucherify.client.json.serializer.CampaignImportVouchersSerializer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of voucherify-java-sdk Show documentation
Show all versions of voucherify-java-sdk Show documentation
Voucherify-java-sdk is a Java client (can be used in Android application as well) which was created to simplify integration with Voucherify backend (http://www.voucherify.io)
package io.voucherify.client.json.serializer;
import io.voucherify.client.model.campaign.CampaignImportVoucher;
import io.voucherify.client.model.campaign.CampaignImportVouchers;
import java.util.List;
public class CampaignImportVouchersSerializer extends AbstractListSerializer {
@Override
protected List getList(CampaignImportVouchers value) {
return value.getVouchers();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy