public class CCPaymentInfoDataMapper extends AbstractCustomMapper<CCPaymentInfoData,PaymentDetailsWsDTO>
| Constructor and Description |
|---|
CCPaymentInfoDataMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
mapAtoB(CCPaymentInfoData a,
PaymentDetailsWsDTO b,
MappingContext context) |
void |
mapBtoA(PaymentDetailsWsDTO b,
CCPaymentInfoData a,
MappingContext context) |
protected void |
mapCartTypeAtoB(CCPaymentInfoData a,
PaymentDetailsWsDTO b,
MappingContext context) |
protected void |
mapCartTypeBtoA(PaymentDetailsWsDTO b,
CCPaymentInfoData a,
MappingContext context) |
protected void |
mapdDefaultPaymentAtoB(CCPaymentInfoData a,
PaymentDetailsWsDTO b,
MappingContext context) |
protected void |
mapDefaultPaymentBtoA(PaymentDetailsWsDTO b,
CCPaymentInfoData a,
MappingContext context) |
setFieldSelectionStrategy, shouldMappublic void mapAtoB(CCPaymentInfoData a, PaymentDetailsWsDTO b, MappingContext context)
protected void mapCartTypeAtoB(CCPaymentInfoData a, PaymentDetailsWsDTO b, MappingContext context)
protected void mapdDefaultPaymentAtoB(CCPaymentInfoData a, PaymentDetailsWsDTO b, MappingContext context)
public void mapBtoA(PaymentDetailsWsDTO b, CCPaymentInfoData a, MappingContext context)
protected void mapCartTypeBtoA(PaymentDetailsWsDTO b, CCPaymentInfoData a, MappingContext context)
protected void mapDefaultPaymentBtoA(PaymentDetailsWsDTO b, CCPaymentInfoData a, MappingContext context)
Copyright © 2018 SAP SE. All Rights Reserved.