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