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