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 -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(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
-
Constructor Details
-
PaymentInfoDataPopulator
public PaymentInfoDataPopulator()
-
-
Method Details
-
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
-