Interface ContextAwarePopulator<S,​T,​C>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void populate​(S source, T target, C context)
      Populate the target instance with values from the source instance.
    • Method Detail

      • populate

        void populate​(S source,
                      T target,
                      C context)
        Populate the target instance with values from the source instance.
        Parameters:
        source - - the source object
        target - - the target to fill
        target - - the target to fill