Class UsageUnitPopulator<SOURCE extends UsageUnitModel,TARGET extends UsageUnitData>
java.lang.Object
de.hybris.platform.subscriptionfacades.converters.populator.UsageUnitPopulator<SOURCE,TARGET>
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
public class UsageUnitPopulator<SOURCE extends UsageUnitModel,TARGET extends UsageUnitData>
extends Object
implements Populator<SOURCE,TARGET>
Populate DTO
UsageUnitData with data from UsageUnitModel-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UsageUnitPopulator
public UsageUnitPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SOURCE extends UsageUnitModel,TARGET extends UsageUnitData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-