Class TmaEntityMapper<SOURCE,TARGET>

java.lang.Object
ma.glasnost.orika.CustomMapper<A,B>
de.hybris.platform.webservicescommons.mapping.mappers.AbstractCustomMapper<SOURCE,TARGET>
de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.TmaEntityMapper<SOURCE,TARGET>
All Implemented Interfaces:
ma.glasnost.orika.MappedTypePair<SOURCE,TARGET>, ma.glasnost.orika.Mapper<SOURCE,TARGET>

@Deprecated(since="1911", forRemoval=true) public class TmaEntityMapper<SOURCE,TARGET> extends de.hybris.platform.webservicescommons.mapping.mappers.AbstractCustomMapper<SOURCE,TARGET>
Deprecated, for removal: This API element is subject to removal in a future version.
since 1911. Use TmaEntityMapper from b2ctelcofacade instead
TmaEntityMapper class maps data in between TMF resourceTmaEntityMapper and TmaEntityMapper
  • Field Summary

    Fields inherited from class ma.glasnost.orika.CustomMapper

    aType, bType, mapperFacade
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ma.glasnost.orika.metadata.Type<SOURCE>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ma.glasnost.orika.metadata.Type<TARGET>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected Class<SOURCE>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected Class<TARGET>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    mapAtoB(SOURCE source, TARGET target, ma.glasnost.orika.MappingContext context)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    mapBtoA(TARGET target, SOURCE source, ma.glasnost.orika.MappingContext context)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setSourceClass(Class<SOURCE> sourceClass)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setTargetClass(Class<TARGET> targetClass)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

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

    setFieldSelectionStrategy, shouldMap

    Methods inherited from class ma.glasnost.orika.CustomMapper

    favorsExtension, setMapperFacade, setUsedMappers

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TmaEntityMapper

      public TmaEntityMapper()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • mapAtoB

      public void mapAtoB(SOURCE source, TARGET target, ma.glasnost.orika.MappingContext context)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      mapAtoB in interface ma.glasnost.orika.Mapper<SOURCE,TARGET>
      Overrides:
      mapAtoB in class ma.glasnost.orika.CustomMapper<SOURCE,TARGET>
    • mapBtoA

      public void mapBtoA(TARGET target, SOURCE source, ma.glasnost.orika.MappingContext context)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      mapBtoA in interface ma.glasnost.orika.Mapper<SOURCE,TARGET>
      Overrides:
      mapBtoA in class ma.glasnost.orika.CustomMapper<SOURCE,TARGET>
    • getAType

      public ma.glasnost.orika.metadata.Type<SOURCE> getAType()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getAType in interface ma.glasnost.orika.MappedTypePair<SOURCE,TARGET>
      Overrides:
      getAType in class ma.glasnost.orika.CustomMapper<SOURCE,TARGET>
    • getBType

      public ma.glasnost.orika.metadata.Type<TARGET> getBType()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getBType in interface ma.glasnost.orika.MappedTypePair<SOURCE,TARGET>
      Overrides:
      getBType in class ma.glasnost.orika.CustomMapper<SOURCE,TARGET>
    • getSourceClass

      protected Class<SOURCE> getSourceClass()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setSourceClass

      public void setSourceClass(Class<SOURCE> sourceClass)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getTargetClass

      protected Class<TARGET> getTargetClass()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setTargetClass

      public void setTargetClass(Class<TARGET> targetClass)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getAttributeMappers

      protected List<TmaAttributeMapper<SOURCE,TARGET>> getAttributeMappers()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setAttributeMappers

      public void setAttributeMappers(List<TmaAttributeMapper<SOURCE,TARGET>> attributeMappers)
      Deprecated, for removal: This API element is subject to removal in a future version.