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