Class ImagePopulator
- java.lang.Object
-
- de.hybris.platform.commercefacades.product.converters.populator.ImagePopulator
-
- All Implemented Interfaces:
Populator<MediaModel,ImageData>
public class ImagePopulator extends java.lang.Object implements Populator<MediaModel,ImageData>
Converter implementation forMediaModel
as source andImageData
as target type.
-
-
Constructor Summary
Constructors Constructor Description ImagePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
populate(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:Populator
Populate the target instance with values from the source instance.- Specified by:
populate
in interfacePopulator<MediaModel,ImageData>
- Parameters:
source
- the source objecttarget
- the target to fill
-
-