Class PaymentInfoDataPopulator
- java.lang.Object
-
- de.hybris.platform.acceleratorservices.payment.cybersource.converters.populators.response.AbstractResultPopulator<CreditCardPaymentInfoModel,PaymentInfoData>
-
- de.hybris.platform.acceleratorservices.payment.cybersource.converters.populators.PaymentInfoDataPopulator
-
- All Implemented Interfaces:
Populator<CreditCardPaymentInfoModel,PaymentInfoData>
public class PaymentInfoDataPopulator extends AbstractResultPopulator<CreditCardPaymentInfoModel,PaymentInfoData>
-
-
Constructor Summary
Constructors Constructor Description PaymentInfoDataPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(CreditCardPaymentInfoModel source, PaymentInfoData target)Populate the target instance with values from the source instance.-
Methods inherited from class de.hybris.platform.acceleratorservices.payment.cybersource.converters.populators.response.AbstractResultPopulator
getBigDecimalForString, getFormatFactory, getIntegerForString, setFormatFactory
-
-
-
-
Method Detail
-
populate
public void populate(CreditCardPaymentInfoModel source, PaymentInfoData target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
-