Class CCPaymentInfoDataMapper
- java.lang.Object
-
- ma.glasnost.orika.CustomMapper<A,B>
-
- de.hybris.platform.webservicescommons.mapping.mappers.AbstractCustomMapper<CCPaymentInfoData,PaymentDetailsWsDTO>
-
- de.hybris.platform.ycommercewebservices.mapping.mappers.CCPaymentInfoDataMapper
-
- All Implemented Interfaces:
ma.glasnost.orika.MappedTypePair<CCPaymentInfoData,PaymentDetailsWsDTO>,ma.glasnost.orika.Mapper<CCPaymentInfoData,PaymentDetailsWsDTO>
public class CCPaymentInfoDataMapper extends AbstractCustomMapper<CCPaymentInfoData,PaymentDetailsWsDTO>
-
-
Constructor Summary
Constructors Constructor Description CCPaymentInfoDataMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmapAtoB(CCPaymentInfoData a, PaymentDetailsWsDTO b, ma.glasnost.orika.MappingContext context)voidmapBtoA(PaymentDetailsWsDTO b, CCPaymentInfoData a, ma.glasnost.orika.MappingContext context)protected voidmapCartTypeAtoB(CCPaymentInfoData a, PaymentDetailsWsDTO b, ma.glasnost.orika.MappingContext context)protected voidmapCartTypeBtoA(PaymentDetailsWsDTO b, CCPaymentInfoData a, ma.glasnost.orika.MappingContext context)protected voidmapdDefaultPaymentAtoB(CCPaymentInfoData a, PaymentDetailsWsDTO b, ma.glasnost.orika.MappingContext context)protected voidmapDefaultPaymentBtoA(PaymentDetailsWsDTO b, CCPaymentInfoData a, ma.glasnost.orika.MappingContext context)-
Methods inherited from class de.hybris.platform.webservicescommons.mapping.mappers.AbstractCustomMapper
setFieldSelectionStrategy, shouldMap
-
-
-
-
Method Detail
-
mapAtoB
public void mapAtoB(CCPaymentInfoData a, PaymentDetailsWsDTO b, ma.glasnost.orika.MappingContext context)
- Specified by:
mapAtoBin interfacema.glasnost.orika.Mapper<CCPaymentInfoData,PaymentDetailsWsDTO>- Overrides:
mapAtoBin classma.glasnost.orika.CustomMapper<CCPaymentInfoData,PaymentDetailsWsDTO>
-
mapCartTypeAtoB
protected void mapCartTypeAtoB(CCPaymentInfoData a, PaymentDetailsWsDTO b, ma.glasnost.orika.MappingContext context)
-
mapdDefaultPaymentAtoB
protected void mapdDefaultPaymentAtoB(CCPaymentInfoData a, PaymentDetailsWsDTO b, ma.glasnost.orika.MappingContext context)
-
mapBtoA
public void mapBtoA(PaymentDetailsWsDTO b, CCPaymentInfoData a, ma.glasnost.orika.MappingContext context)
- Specified by:
mapBtoAin interfacema.glasnost.orika.Mapper<CCPaymentInfoData,PaymentDetailsWsDTO>- Overrides:
mapBtoAin classma.glasnost.orika.CustomMapper<CCPaymentInfoData,PaymentDetailsWsDTO>
-
mapCartTypeBtoA
protected void mapCartTypeBtoA(PaymentDetailsWsDTO b, CCPaymentInfoData a, ma.glasnost.orika.MappingContext context)
-
mapDefaultPaymentBtoA
protected void mapDefaultPaymentBtoA(PaymentDetailsWsDTO b, CCPaymentInfoData a, ma.glasnost.orika.MappingContext context)
-
-