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 java.lang.Object implements Populator<org.springframework.http.ResponseEntity,SubscriptionPaymentData>
Populate theSubscriptionPaymentDatawith theCisSubscriptionTransactionResultdata
-
-
Constructor Summary
Constructors Constructor Description CisSubscriptionPaymentPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(org.springframework.http.ResponseEntity source, SubscriptionPaymentData target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(org.springframework.http.ResponseEntity source, SubscriptionPaymentData target) throws ConversionExceptionDescription 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
-
-