Class CreditCardPaymentInfoPopulator
- java.lang.Object
-
- de.hybris.platform.subscriptionfacades.order.converters.populator.CreditCardPaymentInfoPopulator
-
- All Implemented Interfaces:
Populator<CreditCardPaymentInfoModel,CCPaymentInfoData>
public class CreditCardPaymentInfoPopulator extends java.lang.Object implements Populator<CreditCardPaymentInfoModel,CCPaymentInfoData>
Credit Card Payment Info Populator that populates subscription-specific information only. Expects that the commercefacades' CreditCardPaymentInfoPopulator will also be used first.
-
-
Constructor Summary
Constructors Constructor Description CreditCardPaymentInfoPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(CreditCardPaymentInfoModel source, CCPaymentInfoData target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(@Nonnull CreditCardPaymentInfoModel source, @Nonnull CCPaymentInfoData target) throws ConversionExceptionDescription copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CreditCardPaymentInfoModel,CCPaymentInfoData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
-