Class CreditCardPaymentInfoDataMapper
java.lang.Object
ma.glasnost.orika.CustomMapper<A,B>
de.hybris.platform.webservicescommons.mapping.mappers.AbstractCustomMapper<CCPaymentInfoData,PaymentDetailsWsDTO>
de.hybris.platform.ordermanagementwebservices.mapping.converters.returns.CreditCardPaymentInfoDataMapper
- All Implemented Interfaces:
ma.glasnost.orika.MappedTypePair<CCPaymentInfoData,,PaymentDetailsWsDTO> ma.glasnost.orika.Mapper<CCPaymentInfoData,PaymentDetailsWsDTO>
public class CreditCardPaymentInfoDataMapper
extends AbstractCustomMapper<CCPaymentInfoData,PaymentDetailsWsDTO>
Mapper between a
CCPaymentInfoData and a PaymentDetailsWsDTO.-
Field Summary
Fields inherited from class ma.glasnost.orika.CustomMapper
aType, bType, mapperFacade -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmapAtoB(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, shouldMapMethods inherited from class ma.glasnost.orika.CustomMapper
favorsExtension, getAType, getBType, setMapperFacade, setUsedMappers
-
Constructor Details
-
CreditCardPaymentInfoDataMapper
public CreditCardPaymentInfoDataMapper()
-
-
Method Details
-
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)
-