Class CompositePopulator<SOURCE,TARGET>

java.lang.Object
de.hybris.platform.cmsfacades.common.populator.impl.CompositePopulator<SOURCE,TARGET>
Type Parameters:
SOURCE - the type of the source
TARGET - the type of the target
All Implemented Interfaces:
Populator<SOURCE,TARGET>

public class CompositePopulator<SOURCE,TARGET> extends Object implements Populator<SOURCE,TARGET>
Composite populator that uses a list of configured populators to populate the target.