Class CisSubscriptionPaymentPopulator
java.lang.Object
de.hybris.platform.integration.cis.subscription.populators.CisSubscriptionPaymentPopulator
- All Implemented Interfaces:
Populator<org.springframework.http.ResponseEntity,SubscriptionPaymentData>
public class CisSubscriptionPaymentPopulator
extends Object
implements Populator<org.springframework.http.ResponseEntity,SubscriptionPaymentData>
Populate the
SubscriptionPaymentData with the CisSubscriptionTransactionResult data-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(org.springframework.http.ResponseEntity source, SubscriptionPaymentData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
CisSubscriptionPaymentPopulator
public CisSubscriptionPaymentPopulator()
-
-
Method Details
-
populate
public void populate(org.springframework.http.ResponseEntity source, SubscriptionPaymentData target) throws ConversionException Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<org.springframework.http.ResponseEntity,SubscriptionPaymentData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-