Class ProductIsBundleAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaProductModel,Product>
de.hybris.platform.tuawebservicesresources.v3.mappers.product.ProductIsBundleAttributeMapper
This attribute Mapper class maps data for isBundle attribute between
TuaProductModel and Product- Since:
- 2302
-
Constructor Summary
ConstructorsConstructorDescriptionProductIsBundleAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TuaProductModel source, Product 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
-
ProductIsBundleAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaProductModel source, Product 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,Product> - Parameters:
source- source objecttarget- target object
-