Class CouponCodeToVoucherDataPopulator

  • All Implemented Interfaces:
    Populator<java.lang.String,​VoucherData>

    public class CouponCodeToVoucherDataPopulator
    extends java.lang.Object
    implements Populator<java.lang.String,​VoucherData>
    Populator implementation for String as source and VoucherData as target type.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void populate​(java.lang.String source, VoucherData 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

      • CouponCodeToVoucherDataPopulator

        public CouponCodeToVoucherDataPopulator()
    • Method Detail

      • populate

        public void populate​(java.lang.String source,
                             VoucherData target)
        Description copied from interface: Populator
        Populate the target instance with values from the source instance.
        Specified by:
        populate in interface Populator<java.lang.String,​VoucherData>
        Parameters:
        source - the source object
        target - the target to fill