Class AcceleratorCartPopulator<T extends CartData>

java.lang.Object
de.hybris.platform.acceleratorfacades.order.populators.AcceleratorCartPopulator<T>
All Implemented Interfaces:
Populator<CartModel,T>

public class AcceleratorCartPopulator<T extends CartData> extends Object implements Populator<CartModel,T>
Converter implementation for CartModel as source and CartData as target type.
  • Constructor Details

    • AcceleratorCartPopulator

      public AcceleratorCartPopulator()
  • Method Details

    • populate

      public void populate(CartModel source, T target)
      Description copied from interface: Populator
      Populate the target instance with values from the source instance.
      Specified by:
      populate in interface Populator<CartModel,T extends CartData>
      Parameters:
      source - the source object
      target - the target to fill