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