Class PaymentMethodDirectDebitNameAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<TuaDirectDebitPaymentInfoData,PaymentMethodType>
de.hybris.platform.b2ctelcotmfwebservices.mappers.paymentmethoddirectdebit.PaymentMethodDirectDebitNameAttributeMapper
public class PaymentMethodDirectDebitNameAttributeMapper
extends TmaAttributeMapper<TuaDirectDebitPaymentInfoData,PaymentMethodType>
This attribute Mapper class maps data for name attribute between
TuaDirectDebitPaymentInfoData and PaymentMethodType- Since:
- 2302
-
Constructor Summary
ConstructorsConstructorDescriptionPaymentMethodDirectDebitNameAttributeMapper(org.springframework.context.MessageSource messageSource, de.hybris.platform.servicelayer.i18n.I18NService i18NService) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TuaDirectDebitPaymentInfoData source, PaymentMethodType target, ma.glasnost.orika.MappingContext context) Populates the target attribute value by obtained by processing the source object.Methods inherited from class de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget, setSourceAttributeName, setTargetAttributeName
-
Constructor Details
-
PaymentMethodDirectDebitNameAttributeMapper
public PaymentMethodDirectDebitNameAttributeMapper(org.springframework.context.MessageSource messageSource, de.hybris.platform.servicelayer.i18n.I18NService i18NService)
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaDirectDebitPaymentInfoData source, PaymentMethodType target, ma.glasnost.orika.MappingContext context) Description copied from class:TmaAttributeMapperPopulates the target attribute value by obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTmaAttributeMapper<TuaDirectDebitPaymentInfoData,PaymentMethodType> - Parameters:
source- source objecttarget- target object
-