Class LedgersSpiPaymentMapperImpl
- java.lang.Object
-
- de.adorsys.aspsp.xs2a.connector.spi.converter.LedgersSpiPaymentMapper
-
- de.adorsys.aspsp.xs2a.connector.spi.converter.LedgersSpiPaymentMapperImpl
-
@Generated(value="org.mapstruct.ap.MappingProcessor", date="2020-03-13T10:28:12+0000", comments="version: 1.3.1.Final, compiler: javac, environment: Java 11.0.2 (Oracle Corporation)") @Component public class LedgersSpiPaymentMapperImpl extends LedgersSpiPaymentMapper
-
-
Constructor Summary
Constructors Constructor Description LedgersSpiPaymentMapperImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected de.adorsys.ledgers.middleware.api.domain.payment.AmountTOspiAmountToAmountTO(de.adorsys.psd2.xs2a.spi.domain.common.SpiAmount spiAmount)protected List<de.adorsys.ledgers.middleware.api.domain.payment.SinglePaymentTO>spiSinglePaymentListToSinglePaymentTOList(List<de.adorsys.psd2.xs2a.spi.domain.payment.SpiSinglePayment> list)de.adorsys.ledgers.middleware.api.domain.payment.BulkPaymentTOtoBulkPaymentTO(de.adorsys.psd2.xs2a.spi.domain.payment.SpiBulkPayment payment)de.adorsys.ledgers.middleware.api.domain.payment.PeriodicPaymentTOtoPeriodicPaymentTO(de.adorsys.psd2.xs2a.spi.domain.payment.SpiPeriodicPayment payment)de.adorsys.ledgers.middleware.api.domain.payment.SinglePaymentTOtoSinglePaymentTO(de.adorsys.psd2.xs2a.spi.domain.payment.SpiSinglePayment payment)de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiBulkPaymentInitiationResponsetoSpiBulkResponse(de.adorsys.ledgers.middleware.api.domain.payment.BulkPaymentTO payment)de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiBulkPaymentInitiationResponsetoSpiBulkResponse(de.adorsys.ledgers.middleware.api.domain.sca.SCAPaymentResponseTO response)de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiPeriodicPaymentInitiationResponsetoSpiPeriodicResponse(de.adorsys.ledgers.middleware.api.domain.payment.PeriodicPaymentTO payment)de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiPeriodicPaymentInitiationResponsetoSpiPeriodicResponse(de.adorsys.ledgers.middleware.api.domain.sca.SCAPaymentResponseTO response)List<de.adorsys.psd2.xs2a.spi.domain.payment.SpiSinglePayment>toSpiSinglePaymentsList(List<de.adorsys.ledgers.middleware.api.domain.payment.SinglePaymentTO> payments)de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiSinglePaymentInitiationResponsetoSpiSingleResponse(de.adorsys.ledgers.middleware.api.domain.payment.SinglePaymentTO payment)de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiSinglePaymentInitiationResponsetoSpiSingleResponse(de.adorsys.ledgers.middleware.api.domain.sca.SCAPaymentResponseTO response)protected de.adorsys.psd2.xs2a.core.pis.TransactionStatustransactionStatusTOToTransactionStatus(de.adorsys.ledgers.middleware.api.domain.payment.TransactionStatusTO transactionStatusTO)protected de.adorsys.ledgers.middleware.api.domain.payment.TransactionStatusTOtransactionStatusToTransactionStatusTO(de.adorsys.psd2.xs2a.core.pis.TransactionStatus transactionStatus)-
Methods inherited from class de.adorsys.aspsp.xs2a.connector.spi.converter.LedgersSpiPaymentMapper
mapToSpiBulkPayment, mapToSpiPeriodicPayment, toDateTime, toSpiPaymentCancellationResponse, toSpiSinglePayment, toTime
-
-
-
-
Method Detail
-
toSinglePaymentTO
public de.adorsys.ledgers.middleware.api.domain.payment.SinglePaymentTO toSinglePaymentTO(de.adorsys.psd2.xs2a.spi.domain.payment.SpiSinglePayment payment)
- Specified by:
toSinglePaymentTOin classLedgersSpiPaymentMapper
-
toPeriodicPaymentTO
public de.adorsys.ledgers.middleware.api.domain.payment.PeriodicPaymentTO toPeriodicPaymentTO(de.adorsys.psd2.xs2a.spi.domain.payment.SpiPeriodicPayment payment)
- Specified by:
toPeriodicPaymentTOin classLedgersSpiPaymentMapper
-
toBulkPaymentTO
public de.adorsys.ledgers.middleware.api.domain.payment.BulkPaymentTO toBulkPaymentTO(de.adorsys.psd2.xs2a.spi.domain.payment.SpiBulkPayment payment)
- Specified by:
toBulkPaymentTOin classLedgersSpiPaymentMapper
-
toSpiSingleResponse
public de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiSinglePaymentInitiationResponse toSpiSingleResponse(de.adorsys.ledgers.middleware.api.domain.payment.SinglePaymentTO payment)
- Specified by:
toSpiSingleResponsein classLedgersSpiPaymentMapper
-
toSpiSingleResponse
public de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiSinglePaymentInitiationResponse toSpiSingleResponse(de.adorsys.ledgers.middleware.api.domain.sca.SCAPaymentResponseTO response)
- Specified by:
toSpiSingleResponsein classLedgersSpiPaymentMapper
-
toSpiPeriodicResponse
public de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiPeriodicPaymentInitiationResponse toSpiPeriodicResponse(de.adorsys.ledgers.middleware.api.domain.payment.PeriodicPaymentTO payment)
- Specified by:
toSpiPeriodicResponsein classLedgersSpiPaymentMapper
-
toSpiPeriodicResponse
public de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiPeriodicPaymentInitiationResponse toSpiPeriodicResponse(de.adorsys.ledgers.middleware.api.domain.sca.SCAPaymentResponseTO response)
- Specified by:
toSpiPeriodicResponsein classLedgersSpiPaymentMapper
-
toSpiBulkResponse
public de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiBulkPaymentInitiationResponse toSpiBulkResponse(de.adorsys.ledgers.middleware.api.domain.payment.BulkPaymentTO payment)
- Specified by:
toSpiBulkResponsein classLedgersSpiPaymentMapper
-
toSpiBulkResponse
public de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiBulkPaymentInitiationResponse toSpiBulkResponse(de.adorsys.ledgers.middleware.api.domain.sca.SCAPaymentResponseTO response)
- Specified by:
toSpiBulkResponsein classLedgersSpiPaymentMapper
-
toSpiSinglePaymentsList
public List<de.adorsys.psd2.xs2a.spi.domain.payment.SpiSinglePayment> toSpiSinglePaymentsList(List<de.adorsys.ledgers.middleware.api.domain.payment.SinglePaymentTO> payments)
- Specified by:
toSpiSinglePaymentsListin classLedgersSpiPaymentMapper
-
spiAmountToAmountTO
protected de.adorsys.ledgers.middleware.api.domain.payment.AmountTO spiAmountToAmountTO(de.adorsys.psd2.xs2a.spi.domain.common.SpiAmount spiAmount)
-
transactionStatusToTransactionStatusTO
protected de.adorsys.ledgers.middleware.api.domain.payment.TransactionStatusTO transactionStatusToTransactionStatusTO(de.adorsys.psd2.xs2a.core.pis.TransactionStatus transactionStatus)
-
spiSinglePaymentListToSinglePaymentTOList
protected List<de.adorsys.ledgers.middleware.api.domain.payment.SinglePaymentTO> spiSinglePaymentListToSinglePaymentTOList(List<de.adorsys.psd2.xs2a.spi.domain.payment.SpiSinglePayment> list)
-
transactionStatusTOToTransactionStatus
protected de.adorsys.psd2.xs2a.core.pis.TransactionStatus transactionStatusTOToTransactionStatus(de.adorsys.ledgers.middleware.api.domain.payment.TransactionStatusTO transactionStatusTO)
-
-