All Implemented Interfaces:
Populator

public class ExtendedCartPopulator extends CartPopulator
Converter for CartData, that populates additionally :
  • delivery address
  • payment info
  • delivery mode
  • Constructor Details

    • ExtendedCartPopulator

      public ExtendedCartPopulator()
  • Method Details

    • populate

      public void populate(CartModel source, CartData target)
      Description copied from interface: Populator
      Populate the target instance with values from the source instance.
      Overrides:
      populate in class CartPopulator
      Parameters:
      source - the source object
      target - the target to fill