Class CisCCPaymentInfoDataPopulator
- java.lang.Object
-
- de.hybris.platform.integration.cis.subscription.populators.CisCCPaymentInfoDataPopulator
-
- All Implemented Interfaces:
Populator<org.springframework.http.ResponseEntity,CCPaymentInfoData>
public class CisCCPaymentInfoDataPopulator extends java.lang.Object implements Populator<org.springframework.http.ResponseEntity,CCPaymentInfoData>
Populates aCCPaymentInfoDatafrom aResponseEntity.
-
-
Constructor Summary
Constructors Constructor Description CisCCPaymentInfoDataPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(org.springframework.http.ResponseEntity source, CCPaymentInfoData target)Populate the target instance with values from the source instance.protected voidpopulateBillingAddress(AddressData billingAddress, com.hybris.cis.api.model.CisAddress source)protected voidpopulateCardType(java.lang.String source, CCPaymentInfoData target)
-
-
-
Method Detail
-
populate
public void populate(org.springframework.http.ResponseEntity source, CCPaymentInfoData target) throws java.lang.IllegalArgumentExceptionDescription copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<org.springframework.http.ResponseEntity,CCPaymentInfoData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
java.lang.IllegalArgumentException
-
populateCardType
protected void populateCardType(java.lang.String source, CCPaymentInfoData target)
-
populateBillingAddress
protected void populateBillingAddress(AddressData billingAddress, com.hybris.cis.api.model.CisAddress source)
-
-