Class CategoryRefSchemaLocationAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaCategoryModel,CategoryRef>
de.hybris.platform.tuawebservicesresources.mappers.categoryref.CategoryRefSchemaLocationAttributeMapper
public class CategoryRefSchemaLocationAttributeMapper
extends TuaAttributeMapper<TuaCategoryModel,CategoryRef>
This attribute Mapper class maps data for schemaLocation attribute between
TuaCategoryModel and
CategoryRef- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionCategoryRefSchemaLocationAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TuaCategoryModel source, CategoryRef 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
-
CategoryRefSchemaLocationAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaCategoryModel source, CategoryRef 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<TuaCategoryModel,CategoryRef> - Parameters:
source- source objecttarget- target object
-