Class RegionPopulator
- java.lang.Object
-
- de.hybris.platform.commercefacades.user.converters.populator.RegionPopulator
-
- All Implemented Interfaces:
Populator<RegionModel,RegionData>
public class RegionPopulator extends java.lang.Object implements Populator<RegionModel,RegionData>
-
-
Constructor Summary
Constructors Constructor Description RegionPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(RegionModel source, RegionData target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(RegionModel source, RegionData target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<RegionModel,RegionData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
-