java.lang.Object
de.hybris.platform.commercefacades.order.converters.populator.AbstractOrderPopulator<CartModel,CartData>
de.hybris.platform.commercefacades.order.converters.populator.MiniCartPopulator
All Implemented Interfaces:
Populator<CartModel,CartData>

public class MiniCartPopulator extends AbstractOrderPopulator<CartModel,CartData>
  • Constructor Details

    • MiniCartPopulator

      public MiniCartPopulator()
  • 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.
      Parameters:
      source - the source object
      target - the target to fill