Class PriceSchemaLocationAttributeMapper
java.lang.Object
de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.SpiAttributeMapper<SpiComponentProdPriceModel,Price>
de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.price.PriceSchemaLocationAttributeMapper
@Deprecated(since="2208")
public class PriceSchemaLocationAttributeMapper
extends SpiAttributeMapper<SpiComponentProdPriceModel,Price>
Deprecated.
2208
This attribute Mapper class maps data for atSchemaLocation attribute between
SpiComponentProdPriceModel and Price- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionPriceSchemaLocationAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(SpiComponentProdPriceModel source, Price target, ma.glasnost.orika.MappingContext context) Deprecated.Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.SpiAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget
-
Constructor Details
-
PriceSchemaLocationAttributeMapper
Deprecated.
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(SpiComponentProdPriceModel source, Price target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:SpiAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classSpiAttributeMapper<SpiComponentProdPriceModel,Price> - Parameters:
source- source objecttarget- target object
-