Class PaymentModePopulator
java.lang.Object
de.hybris.platform.commercefacades.order.converters.populator.PaymentModePopulator
- All Implemented Interfaces:
Populator<PaymentModeModel,PaymentModeData>
public class PaymentModePopulator
extends Object
implements Populator<PaymentModeModel,PaymentModeData>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(PaymentModeModel source, PaymentModeData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
PaymentModePopulator
public PaymentModePopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<PaymentModeModel,PaymentModeData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-