Class B2BMediaPopulator<SOURCE extends MediaModel,​TARGET extends MediaData>

  • All Implemented Interfaces:
    Populator<SOURCE,​TARGET>

    public class B2BMediaPopulator<SOURCE extends MediaModel,​TARGET extends MediaData>
    extends java.lang.Object
    implements Populator<SOURCE,​TARGET>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void populate​(SOURCE source, TARGET target)
      Populate the target instance with values from the source instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • B2BMediaPopulator

        public B2BMediaPopulator()
    • Method Detail

      • populate

        public void populate​(SOURCE source,
                             TARGET target)
        Description copied from interface: Populator
        Populate the target instance with values from the source instance.
        Specified by:
        populate in interface Populator<SOURCE extends MediaModel,​TARGET extends MediaData>
        Parameters:
        source - the source object
        target - the target to fill