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.b2ctelcofacades.mappers.TmaEntityMapper<SOURCE,TARGET>
- All Implemented Interfaces:
ma.glasnost.orika.MappedTypePair<SOURCE,,TARGET> ma.glasnost.orika.Mapper<SOURCE,TARGET>
public class TmaEntityMapper<SOURCE,TARGET>
extends de.hybris.platform.webservicescommons.mapping.mappers.AbstractCustomMapper<SOURCE,TARGET>
This Mapper class maps data in between resource
TmaEntityMapper and TmaEntityMapper- Since:
- 1911
-
Field Summary
Fields inherited from class ma.glasnost.orika.CustomMapper
aType, bType, mapperFacade -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionma.glasnost.orika.metadata.Type<SOURCE>getAType()ma.glasnost.orika.metadata.Type<TARGET>getBType()voidPopulates the attributes on the target object with values of the attributes from source object, by calling the attribute mappers.voidPopulates the attributes on the source object with values of the attributes from target object, by calling the attribute mappers.voidsetAttributeMappers(List<TmaAttributeMapper<SOURCE, TARGET>> attributeMappers) voidsetSourceClass(Class<SOURCE> sourceClass) voidsetTargetClass(Class<TARGET> targetClass) 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
-
TmaEntityMapper
public TmaEntityMapper()
-
-
Method Details
-
mapAtoB
Populates the attributes on the target object with values of the attributes from source object, by calling the attribute mappers. -
mapBtoA
Populates the attributes on the source object with values of the attributes from target object, by calling the attribute mappers. -
getAType
-
getBType
-
getSourceClass
-
setSourceClass
-
getTargetClass
-
setTargetClass
-
getAttributeMappers
-
setAttributeMappers
-