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