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