java.lang.Object
com.intershop.issup.sellside.rest.mycoupon.v1.internal.mapper.mycoupon.MyCouponROMapper
All Implemented Interfaces:
Function<com.intershop.issup.component.mycoupon.capi.MyCouponBO,MyCouponRO>

public class MyCouponROMapper extends Object implements Function<com.intershop.issup.component.mycoupon.capi.MyCouponBO,MyCouponRO>
  • Constructor Details

    • MyCouponROMapper

      public MyCouponROMapper()
  • Method Details

    • apply

      public MyCouponRO apply(com.intershop.issup.component.mycoupon.capi.MyCouponBO myCouponBO)
      Specified by:
      apply in interface Function<com.intershop.issup.component.mycoupon.capi.MyCouponBO,MyCouponRO>