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