Class CompositePopulator<SOURCE,TARGET>
java.lang.Object
de.hybris.platform.cmsfacades.common.populator.impl.CompositePopulator<SOURCE,TARGET>
- Type Parameters:
SOURCE- the type of the sourceTARGET- the type of the target
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
Composite populator that uses a list of configured populators to populate the target.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CompositePopulator
public CompositePopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SOURCE,TARGET> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getPopulators
-
setPopulators
-