Class TmaCartPaymentInfoAttributeMapper

java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<CartData,CartWsDTO>
de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.cart.TmaCartPaymentInfoAttributeMapper

public class TmaCartPaymentInfoAttributeMapper extends TmaAttributeMapper<CartData,CartWsDTO>
This attribute Mapper class maps data for paymentInfo attribute between CartData and CartWsDTO
Since:
2302
  • Constructor Details

    • TmaCartPaymentInfoAttributeMapper

      public TmaCartPaymentInfoAttributeMapper(ma.glasnost.orika.MapperFacade mapperFacade)
  • Method Details

    • populateTargetAttributeFromSource

      public void populateTargetAttributeFromSource(CartData source, CartWsDTO target, ma.glasnost.orika.MappingContext context)
      Description copied from class: TmaAttributeMapper
      Populates the target attribute value by obtained by processing the source object.
      Specified by:
      populateTargetAttributeFromSource in class TmaAttributeMapper<CartData,CartWsDTO>
      Parameters:
      source - source object
      target - target object
    • getMapperFacade

      protected ma.glasnost.orika.MapperFacade getMapperFacade()