Class PaymentRefHrefAttributeMapper
java.lang.Object
de.hybris.platform.billmanagementtmfwebservices.v1.mappers.BmAttributeMapper<BmPartyPaymentModel,PaymentRef>
de.hybris.platform.billmanagementtmfwebservices.v1.mappers.paymentref.PaymentRefHrefAttributeMapper
@Deprecated(since="2208")
public class PaymentRefHrefAttributeMapper
extends BmAttributeMapper<BmPartyPaymentModel,PaymentRef>
Deprecated.
2208
This attribute Mapper class maps data for href attribute between
BmPartyPaymentModel and PaymentRef- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionPaymentRefHrefAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(BmPartyPaymentModel source, PaymentRef target, ma.glasnost.orika.MappingContext context) Deprecated.Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.billmanagementtmfwebservices.v1.mappers.BmAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget
-
Constructor Details
-
PaymentRefHrefAttributeMapper
Deprecated.
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(BmPartyPaymentModel source, PaymentRef target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:BmAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classBmAttributeMapper<BmPartyPaymentModel,PaymentRef> - Parameters:
source- source objecttarget- target object
-