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