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 resource
BmEntityMapper and BmEntityMapper- Since:
- 2108
-
Field Summary
Fields inherited from class ma.glasnost.orika.CustomMapper
aType, bType, mapperFacade -
Constructor Summary
ConstructorsConstructorDescriptionBmEntityMapper(Class<SOURCE> sourceClass, Class<TARGET> targetClass, List<BmAttributeMapper<SOURCE, TARGET>> attributeMappers) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected List<BmAttributeMapper<SOURCE,TARGET>> Deprecated.ma.glasnost.orika.metadata.Type<SOURCE>getAType()Deprecated.ma.glasnost.orika.metadata.Type<TARGET>getBType()Deprecated.Deprecated.Deprecated.voidDeprecated.Populates the attributes on the target object with values of the attributes from source object, by calling the attribute mappers.voidDeprecated.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, shouldMapMethods inherited from class ma.glasnost.orika.CustomMapper
favorsExtension, setMapperFacade, setUsedMappers
-
Constructor Details
-
Method Details
-
mapAtoB
Deprecated.Populates the attributes on the target object with values of the attributes from source object, by calling the attribute mappers. -
mapBtoA
Deprecated.Populates the attributes on the source object with values of the attributes from target object, by calling the attribute mappers. -
getAType
Deprecated. -
getBType
Deprecated. -
getSourceClass
Deprecated. -
getTargetClass
Deprecated. -
getAttributeMappers
Deprecated.
-