Interface Populator<SOURCE,​TARGET>

    • Method Detail

      • populate

        void populate​(SOURCE source,
                      TARGET target)
               throws ConversionException
        Populate the target instance with values from the source instance.
        Parameters:
        source - the source object
        target - the target to fill
        Throws:
        ConversionException - if an error occurs