Class RuleImagePopulator
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.rule.services.impl.converters.populators.RuleImagePopulator
-
- All Implemented Interfaces:
Populator<MediaModel,ImageData>
public class RuleImagePopulator extends java.lang.Object implements Populator<MediaModel,ImageData>
Converter implementation forMediaModelas source andImageDataas target type.
-
-
Constructor Summary
Constructors Constructor Description RuleImagePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(MediaModel source, ImageData target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(MediaModel source, ImageData target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<MediaModel,ImageData>- Parameters:
source- the source objecttarget- the target to fill
-
-