Class TmaRecommendationItemSchemaLocationAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<TmaOfferData,RecommendationItem>
de.hybris.platform.b2ctelcotmfwebservices.mappers.recommendationitem.TmaRecommendationItemSchemaLocationAttributeMapper
public class TmaRecommendationItemSchemaLocationAttributeMapper
extends TmaAttributeMapper<TmaOfferData,RecommendationItem>
This attribute Mapper class maps data for schema location attribute between
TmaOfferData and RecommendationItem- Since:
- 1907
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TmaOfferData source, RecommendationItem target, ma.glasnost.orika.MappingContext context) Populates the target attribute value by obtained by processing the source object.Methods inherited from class de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget, setSourceAttributeName, setTargetAttributeName
-
Constructor Details
-
TmaRecommendationItemSchemaLocationAttributeMapper
public TmaRecommendationItemSchemaLocationAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TmaOfferData source, RecommendationItem target, ma.glasnost.orika.MappingContext context) Description copied from class:TmaAttributeMapperPopulates the target attribute value by obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTmaAttributeMapper<TmaOfferData,RecommendationItem> - Parameters:
source- source objecttarget- target object
-