Class RuleImagePopulator
java.lang.Object
de.hybris.platform.ruleengineservices.rule.services.impl.converters.populators.RuleImagePopulator
- All Implemented Interfaces:
Populator<MediaModel,ImageData>
Converter implementation for
MediaModel as source and
ImageData as target type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(MediaModel source, ImageData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
RuleImagePopulator
public RuleImagePopulator()
-
-
Method Details
-
populate
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
-