Class PaymentMethodSchemaLocationAttributeMapper
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.BaAttributeMapper<BaPaymentInfoModel,PaymentMethodRef>
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.paymentmethodref.PaymentMethodSchemaLocationAttributeMapper
@Deprecated(since="2208")
public class PaymentMethodSchemaLocationAttributeMapper
extends BaAttributeMapper<BaPaymentInfoModel,PaymentMethodRef>
Deprecated.
2208
This attribute Mapper class maps data for schema location attribute between
BaPaymentInfoModel and PaymentMethodRef- Since:
- 2111
-
Constructor Summary
ConstructorsConstructorDescriptionPaymentMethodSchemaLocationAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(BaPaymentInfoModel 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
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(BaPaymentInfoModel 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<BaPaymentInfoModel,PaymentMethodRef> - Parameters:
source- source objecttarget- target object
-