Class DefaultCCPaymentInfoDataPopulator
- java.lang.Object
-
- de.hybris.platform.integration.cis.subscription.populators.DefaultCCPaymentInfoDataPopulator
-
- All Implemented Interfaces:
Populator<java.util.Map<java.lang.String,java.lang.String>,CCPaymentInfoData>
public class DefaultCCPaymentInfoDataPopulator extends java.lang.Object implements Populator<java.util.Map<java.lang.String,java.lang.String>,CCPaymentInfoData>
Default credit card payment info populator.
-
-
Constructor Summary
Constructors Constructor Description DefaultCCPaymentInfoDataPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(java.util.Map<java.lang.String,java.lang.String> source, CCPaymentInfoData target)Populate the target instance with values from the source instance.protected voidpopulateBillingAddress(AddressData billingAddress, java.util.Map<java.lang.String,java.lang.String> source)
-
-
-
Method Detail
-
populate
public void populate(java.util.Map<java.lang.String,java.lang.String> source, CCPaymentInfoData target) throws java.lang.IllegalArgumentExceptionDescription copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<java.util.Map<java.lang.String,java.lang.String>,CCPaymentInfoData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
java.lang.IllegalArgumentException
-
populateBillingAddress
protected void populateBillingAddress(AddressData billingAddress, java.util.Map<java.lang.String,java.lang.String> source)
-
-