Class CreditCardPaymentInfoPopulator
java.lang.Object
de.hybris.platform.subscriptionfacades.order.converters.populator.CreditCardPaymentInfoPopulator
- All Implemented Interfaces:
Populator<CreditCardPaymentInfoModel,CCPaymentInfoData>
public class CreditCardPaymentInfoPopulator
extends 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 -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(CreditCardPaymentInfoModel source, CCPaymentInfoData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
CreditCardPaymentInfoPopulator
public CreditCardPaymentInfoPopulator()
-
-
Method Details
-
populate
public void populate(@Nonnull CreditCardPaymentInfoModel source, @Nonnull CCPaymentInfoData target) throws ConversionException Description 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
-