Class BaEntityMapper<SOURCE,TARGET>
java.lang.Object
ma.glasnost.orika.CustomMapper<A,B>
de.hybris.platform.webservicescommons.mapping.mappers.AbstractCustomMapper<SOURCE,TARGET>
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.BaEntityMapper<SOURCE,TARGET>
- All Implemented Interfaces:
ma.glasnost.orika.MappedTypePair<SOURCE,,TARGET> ma.glasnost.orika.Mapper<SOURCE,TARGET>
@Deprecated(since="2208")
public class BaEntityMapper<SOURCE,TARGET>
extends de.hybris.platform.webservicescommons.mapping.mappers.AbstractCustomMapper<SOURCE,TARGET>
Deprecated.
2208
This Mapper class maps data between resource
BaEntityMapper and BaEntityMapper- Since:
- 2105
-
Field Summary
Fields inherited from class ma.glasnost.orika.CustomMapper
aType, bType, mapperFacade -
Constructor Summary
ConstructorsConstructorDescriptionBaEntityMapper(Class<SOURCE> sourceClass, Class<TARGET> targetClass, List<BaAttributeMapper<SOURCE, TARGET>> attributeMappers) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected List<BaAttributeMapper<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.
-