Interface ContextualPopulator<SOURCE,​TARGET,​CONTEXT>

    • Method Detail

      • populate

        void populate​(SOURCE source,
                      TARGET target,
                      CONTEXT context)
        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
        context - populating context
        options - options used to control what data is populated