Class PaymentConverterImpl
- java.lang.Object
-
- de.adorsys.ledgers.middleware.impl.converter.PaymentConverterImpl
-
- All Implemented Interfaces:
PaymentConverter
@Generated(value="org.mapstruct.ap.MappingProcessor", date="2021-04-09T12:22:53+0000", comments="version: 1.4.1.Final, compiler: javac, environment: Java 11.0.10 (Azul Systems, Inc.)") @Component public class PaymentConverterImpl extends Object implements PaymentConverter
-
-
Constructor Summary
Constructors Constructor Description PaymentConverterImpl()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.adorsys.ledgers.middleware.impl.converter.PaymentConverter
toPaymentTOList
-
-
-
-
Method Detail
-
toPaymentBO
public PaymentBO toPaymentBO(PaymentTO payment)
- Specified by:
toPaymentBOin interfacePaymentConverter
-
toTransactionTOList
public List<TransactionTO> toTransactionTOList(List<TransactionDetailsBO> transactions)
- Specified by:
toTransactionTOListin interfacePaymentConverter
-
toTransactionTO
public TransactionTO toTransactionTO(TransactionDetailsBO transaction)
- Specified by:
toTransactionTOin interfacePaymentConverter
-
toExchangeRateTO
public ExchangeRateTO toExchangeRateTO(ExchangeRateBO exchangeRate)
- Specified by:
toExchangeRateTOin interfacePaymentConverter
-
toTransactionDetailsBO
public TransactionDetailsBO toTransactionDetailsBO(TransactionTO transaction)
- Specified by:
toTransactionDetailsBOin interfacePaymentConverter
-
toPaymentTO
public PaymentTO toPaymentTO(PaymentBO payment)
- Specified by:
toPaymentTOin interfacePaymentConverter
-
paymentTypeTOToPaymentTypeBO
protected PaymentTypeBO paymentTypeTOToPaymentTypeBO(PaymentTypeTO paymentTypeTO)
-
frequencyCodeTOToFrequencyCodeBO
protected FrequencyCodeBO frequencyCodeTOToFrequencyCodeBO(FrequencyCodeTO frequencyCodeTO)
-
accountReferenceTOToAccountReferenceBO
protected AccountReferenceBO accountReferenceTOToAccountReferenceBO(AccountReferenceTO accountReferenceTO)
-
transactionStatusTOToTransactionStatusBO
protected TransactionStatusBO transactionStatusTOToTransactionStatusBO(TransactionStatusTO transactionStatusTO)
-
purposeCodeTOToPurposeCodeBO
protected PurposeCodeBO purposeCodeTOToPurposeCodeBO(PurposeCodeTO purposeCodeTO)
-
remittanceInformationStructuredTOToRemittanceInformationStructuredBO
protected RemittanceInformationStructuredBO remittanceInformationStructuredTOToRemittanceInformationStructuredBO(RemittanceInformationStructuredTO remittanceInformationStructuredTO)
-
paymentTargetTOToPaymentTargetBO
protected PaymentTargetBO paymentTargetTOToPaymentTargetBO(PaymentTargetTO paymentTargetTO)
-
paymentTargetTOListToPaymentTargetBOList
protected List<PaymentTargetBO> paymentTargetTOListToPaymentTargetBOList(List<PaymentTargetTO> list)
-
exchangeRateBOListToExchangeRateTOList
protected List<ExchangeRateTO> exchangeRateBOListToExchangeRateTOList(List<ExchangeRateBO> list)
-
accountReferenceBOToAccountReferenceTO
protected AccountReferenceTO accountReferenceBOToAccountReferenceTO(AccountReferenceBO accountReferenceBO)
-
remittanceInformationStructuredBOToRemittanceInformationStructuredTO
protected RemittanceInformationStructuredTO remittanceInformationStructuredBOToRemittanceInformationStructuredTO(RemittanceInformationStructuredBO remittanceInformationStructuredBO)
-
balanceTypeBOToBalanceTypeTO
protected BalanceTypeTO balanceTypeBOToBalanceTypeTO(BalanceTypeBO balanceTypeBO)
-
balanceBOToAccountBalanceTO
protected AccountBalanceTO balanceBOToAccountBalanceTO(BalanceBO balanceBO)
-
exchangeRateTOToExchangeRateBO
protected ExchangeRateBO exchangeRateTOToExchangeRateBO(ExchangeRateTO exchangeRateTO)
-
exchangeRateTOListToExchangeRateBOList
protected List<ExchangeRateBO> exchangeRateTOListToExchangeRateBOList(List<ExchangeRateTO> list)
-
balanceTypeTOToBalanceTypeBO
protected BalanceTypeBO balanceTypeTOToBalanceTypeBO(BalanceTypeTO balanceTypeTO)
-
accountBalanceTOToBalanceBO
protected BalanceBO accountBalanceTOToBalanceBO(AccountBalanceTO accountBalanceTO)
-
paymentTypeBOToPaymentTypeTO
protected PaymentTypeTO paymentTypeBOToPaymentTypeTO(PaymentTypeBO paymentTypeBO)
-
frequencyCodeBOToFrequencyCodeTO
protected FrequencyCodeTO frequencyCodeBOToFrequencyCodeTO(FrequencyCodeBO frequencyCodeBO)
-
transactionStatusBOToTransactionStatusTO
protected TransactionStatusTO transactionStatusBOToTransactionStatusTO(TransactionStatusBO transactionStatusBO)
-
purposeCodeBOToPurposeCodeTO
protected PurposeCodeTO purposeCodeBOToPurposeCodeTO(PurposeCodeBO purposeCodeBO)
-
paymentTargetBOToPaymentTargetTO
protected PaymentTargetTO paymentTargetBOToPaymentTargetTO(PaymentTargetBO paymentTargetBO)
-
paymentTargetBOListToPaymentTargetTOList
protected List<PaymentTargetTO> paymentTargetBOListToPaymentTargetTOList(List<PaymentTargetBO> list)
-
-