Class TmaProductOfferingRefWsDtoMapper
java.lang.Object
ma.glasnost.orika.CustomMapper<A,B>
de.hybris.platform.webservicescommons.mapping.mappers.AbstractCustomMapper<ProductData,TmaProductOfferingRefWsDto>
de.hybris.platform.b2ctelcotmfwebservices.mappers.subscription.TmaProductOfferingRefWsDtoMapper
- All Implemented Interfaces:
ma.glasnost.orika.MappedTypePair<ProductData,,TmaProductOfferingRefWsDto> ma.glasnost.orika.Mapper<ProductData,TmaProductOfferingRefWsDto>
public class TmaProductOfferingRefWsDtoMapper
extends de.hybris.platform.webservicescommons.mapping.mappers.AbstractCustomMapper<ProductData,TmaProductOfferingRefWsDto>
This Mapper class maps data in between
ProductData and (@link TmaProductOfferingRefWsDto}- Since:
- 1810
-
Field Summary
Fields inherited from class ma.glasnost.orika.CustomMapper
aType, bType, mapperFacade -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmapAtoB(ProductData a, TmaProductOfferingRefWsDto b, ma.glasnost.orika.MappingContext context) protected voidmapAtoBDefault(ProductData a, TmaProductOfferingRefWsDto b, ma.glasnost.orika.MappingContext context) protected voidmapAtoBId(ProductData a, TmaProductOfferingRefWsDto b, ma.glasnost.orika.MappingContext context) voidmapBtoA(TmaProductOfferingRefWsDto b, ProductData 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
-
TmaProductOfferingRefWsDtoMapper
public TmaProductOfferingRefWsDtoMapper()
-
-
Method Details
-
mapAtoB
public void mapAtoB(ProductData a, TmaProductOfferingRefWsDto b, ma.glasnost.orika.MappingContext context) - Specified by:
mapAtoBin interfacema.glasnost.orika.Mapper<ProductData,TmaProductOfferingRefWsDto> - Overrides:
mapAtoBin classma.glasnost.orika.CustomMapper<ProductData,TmaProductOfferingRefWsDto>
-
mapAtoBDefault
protected void mapAtoBDefault(ProductData a, TmaProductOfferingRefWsDto b, ma.glasnost.orika.MappingContext context) -
mapAtoBId
protected void mapAtoBId(ProductData a, TmaProductOfferingRefWsDto b, ma.glasnost.orika.MappingContext context) -
mapBtoA
public void mapBtoA(TmaProductOfferingRefWsDto b, ProductData a, ma.glasnost.orika.MappingContext context) - Specified by:
mapBtoAin interfacema.glasnost.orika.Mapper<ProductData,TmaProductOfferingRefWsDto> - Overrides:
mapBtoAin classma.glasnost.orika.CustomMapper<ProductData,TmaProductOfferingRefWsDto>
-