Class CreateMediaFilePopulator
java.lang.Object
de.hybris.platform.cmsfacades.media.populator.CreateMediaFilePopulator
- All Implemented Interfaces:
Populator<MediaFileDto,MediaModel>
This populator will populate the
MediaModel with the information provided by the MediaFileDto-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(MediaFileDto source, MediaModel target) Populate the target instance with values from the source instance.
-
Constructor Details
-
CreateMediaFilePopulator
public CreateMediaFilePopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<MediaFileDto,MediaModel> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-