Class PaymentMethodRefHrefAttributeMapper
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.BaAttributeMapper<PaymentInfoModel,PaymentMethodRef>
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.paymentmethodref.PaymentMethodRefHrefAttributeMapper
@Deprecated(since="2111")
public class PaymentMethodRefHrefAttributeMapper
extends BaAttributeMapper<PaymentInfoModel,PaymentMethodRef>
Deprecated.
since 2111
This attribute Mapper class maps data for href attribute between
PaymentInfoModel and PaymentMethodRef- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionPaymentMethodRefHrefAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(PaymentInfoModel source, PaymentMethodRef 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.billingaccounttmfwebservices.v1.mappers.BaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget
-
Constructor Details
-
PaymentMethodRefHrefAttributeMapper
Deprecated.
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(PaymentInfoModel source, PaymentMethodRef target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:BaAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classBaAttributeMapper<PaymentInfoModel,PaymentMethodRef> - Parameters:
source- source objecttarget- target object
-