Class CurrencyPopulator<SOURCE extends CurrencyModel,TARGET extends CurrencyData>
java.lang.Object
de.hybris.platform.commercefacades.storesession.converters.populator.CurrencyPopulator<SOURCE,TARGET>
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
public class CurrencyPopulator<SOURCE extends CurrencyModel,TARGET extends CurrencyData>
extends Object
implements Populator<SOURCE,TARGET>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CurrencyPopulator
public CurrencyPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SOURCE extends CurrencyModel,TARGET extends CurrencyData> - Parameters:
source- the source objecttarget- the target to fill
-