Interface ConfigurablePopulator<SOURCE,​TARGET,​OPTION>

    • Method Detail

      • populate

        void populate​(SOURCE source,
                      TARGET target,
                      java.util.Collection<OPTION> options)
               throws ConversionException
        Populate the target instance from the source instance. The collection of options is used to control what data is populated.
        Parameters:
        source - the source object
        target - the target to fill
        options - options used to control what data is populated
        Throws:
        ConversionException - if an error occurs