Class CisSapDigitalPaymentPaymentInfoPopulator
- java.lang.Object
-
- de.hybris.platform.cissapdigitalpayment.populator.CisSapDigitalPaymentPaymentInfoPopulator
-
- All Implemented Interfaces:
Populator<CisSapDigitalPaymentPollRegisteredCardResult,CCPaymentInfoData>
public class CisSapDigitalPaymentPaymentInfoPopulator extends java.lang.Object implements Populator<CisSapDigitalPaymentPollRegisteredCardResult,CCPaymentInfoData>
PopulatesCCPaymentInfoDatawithModel.
-
-
Constructor Summary
Constructors Constructor Description CisSapDigitalPaymentPaymentInfoPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(CisSapDigitalPaymentPollRegisteredCardResult source, CCPaymentInfoData target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(CisSapDigitalPaymentPollRegisteredCardResult source, CCPaymentInfoData target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CisSapDigitalPaymentPollRegisteredCardResult,CCPaymentInfoData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
-