Class UcEntityMapper<SOURCE,TARGET>
java.lang.Object
ma.glasnost.orika.CustomMapper<A,B>
de.hybris.platform.webservicescommons.mapping.mappers.AbstractCustomMapper<SOURCE,TARGET>
de.hybris.platform.usageconsumptiontmfwebservices.v1.mappers.UcEntityMapper<SOURCE,TARGET>
- All Implemented Interfaces:
ma.glasnost.orika.MappedTypePair<SOURCE,,TARGET> ma.glasnost.orika.Mapper<SOURCE,TARGET>
@Deprecated(since="2208")
public class UcEntityMapper<SOURCE,TARGET>
extends de.hybris.platform.webservicescommons.mapping.mappers.AbstractCustomMapper<SOURCE,TARGET>
Deprecated.
2208
This Mapper class maps data between resource
UcEntityMapper and UcEntityMapper- Since:
- 8
-
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<UcAttributeMapper<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
-
UcEntityMapper
public UcEntityMapper()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.
-