Class BmEntityMapper<SOURCE,TARGET>

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

@Deprecated(since="2208") public class BmEntityMapper<SOURCE,TARGET> extends de.hybris.platform.webservicescommons.mapping.mappers.AbstractCustomMapper<SOURCE,TARGET>
Deprecated.
2208
This Mapper class maps data between resourceBmEntityMapper and BmEntityMapper
Since:
2108
  • Field Summary

    Fields inherited from class ma.glasnost.orika.CustomMapper

    aType, bType, mapperFacade
  • Constructor Summary

    Constructors
    Constructor
    Description
    BmEntityMapper(Class<SOURCE> sourceClass, Class<TARGET> targetClass, List<BmAttributeMapper<SOURCE,TARGET>> attributeMappers)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    ma.glasnost.orika.metadata.Type<SOURCE>
    Deprecated.
     
    ma.glasnost.orika.metadata.Type<TARGET>
    Deprecated.
     
    protected Class<SOURCE>
    Deprecated.
     
    protected Class<TARGET>
    Deprecated.
     
    void
    mapAtoB(SOURCE source, TARGET target, ma.glasnost.orika.MappingContext context)
    Deprecated.
    Populates the attributes on the target object with values of the attributes from source object, by calling the attribute mappers.
    void
    mapBtoA(TARGET target, SOURCE source, ma.glasnost.orika.MappingContext context)
    Deprecated.
    Populates the attributes on the source object with values of the attributes from target object, by calling the attribute mappers.

    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

  • Method Details

    • mapAtoB

      public void mapAtoB(SOURCE source, TARGET target, ma.glasnost.orika.MappingContext context)
      Deprecated.
      Populates the attributes on the target object with values of the attributes from source object, by calling the attribute mappers.
      Specified by:
      mapAtoB in interface ma.glasnost.orika.Mapper<SOURCE,TARGET>
      Overrides:
      mapAtoB in class ma.glasnost.orika.CustomMapper<SOURCE,TARGET>
      Parameters:
      source - the source object
      target - the target object
      context - the context
    • mapBtoA

      public void mapBtoA(TARGET target, SOURCE source, ma.glasnost.orika.MappingContext context)
      Deprecated.
      Populates the attributes on the source object with values of the attributes from target object, by calling the attribute mappers.
      Specified by:
      mapBtoA in interface ma.glasnost.orika.Mapper<SOURCE,TARGET>
      Overrides:
      mapBtoA in class ma.glasnost.orika.CustomMapper<SOURCE,TARGET>
      Parameters:
      source - the source object
      target - the target object
      context - the context
    • getAType

      public ma.glasnost.orika.metadata.Type<SOURCE> getAType()
      Deprecated.
      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.
      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.
    • getTargetClass

      protected Class<TARGET> getTargetClass()
      Deprecated.
    • getAttributeMappers

      protected List<BmAttributeMapper<SOURCE,TARGET>> getAttributeMappers()
      Deprecated.