Class 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 java.lang.Object
    implements Populator<SOURCE,​TARGET>
    Composite populator that uses a list of configured populators to populate the target.