java.lang.Object
ma.glasnost.orika.CustomMapper<A,B>
de.hybris.platform.webservicescommons.mapping.mappers.AbstractCustomMapper<PriceData,TmaPriceWsDto>
de.hybris.platform.b2ctelcotmfwebservices.mappers.subscription.TmaPriceWsDtoMapper
All Implemented Interfaces:
ma.glasnost.orika.MappedTypePair<PriceData,TmaPriceWsDto>, ma.glasnost.orika.Mapper<PriceData,TmaPriceWsDto>

public class TmaPriceWsDtoMapper extends de.hybris.platform.webservicescommons.mapping.mappers.AbstractCustomMapper<PriceData,TmaPriceWsDto>
This Mapper class maps data in between PriceData and (@link TmaPriceWsDto}
Since:
1810
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     

    Fields inherited from class ma.glasnost.orika.CustomMapper

    aType, bType, mapperFacade
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    mapAtoB(PriceData a, TmaPriceWsDto b, ma.glasnost.orika.MappingContext context)
     
    void
    mapBtoA(TmaPriceWsDto b, PriceData a, ma.glasnost.orika.MappingContext context)
     

    Methods inherited from class de.hybris.platform.webservicescommons.mapping.mappers.AbstractCustomMapper

    setFieldSelectionStrategy, shouldMap

    Methods inherited from class ma.glasnost.orika.CustomMapper

    favorsExtension, getAType, getBType, setMapperFacade, setUsedMappers

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait