Class ProductRefHrefAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaProductModel,ProductRef>
de.hybris.platform.tuawebservicesresources.mappers.productref.ProductRefHrefAttributeMapper
This attribute Mapper class maps data for href attribute between
TuaProductModel and ProductRef- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionProductRefHrefAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TuaProductModel source, ProductRef target, ma.glasnost.orika.MappingContext context) Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget
-
Constructor Details
-
ProductRefHrefAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaProductModel source, ProductRef target, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTuaAttributeMapper<TuaProductModel,ProductRef> - Parameters:
source- source objecttarget- target object
-