Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected de.adorsys.ledgers.middleware.api.domain.payment.AmountTO spiAmountToAmountTO​(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.BulkPaymentTO toBulkPaymentTO​(de.adorsys.psd2.xs2a.spi.domain.payment.SpiBulkPayment payment)  
      de.adorsys.ledgers.middleware.api.domain.payment.PeriodicPaymentTO toPeriodicPaymentTO​(de.adorsys.psd2.xs2a.spi.domain.payment.SpiPeriodicPayment payment)  
      de.adorsys.ledgers.middleware.api.domain.payment.SinglePaymentTO toSinglePaymentTO​(de.adorsys.psd2.xs2a.spi.domain.payment.SpiSinglePayment payment)  
      de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiBulkPaymentInitiationResponse toSpiBulkResponse​(de.adorsys.ledgers.middleware.api.domain.payment.BulkPaymentTO payment)  
      de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiBulkPaymentInitiationResponse toSpiBulkResponse​(de.adorsys.ledgers.middleware.api.domain.sca.SCAPaymentResponseTO response)  
      de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiPeriodicPaymentInitiationResponse toSpiPeriodicResponse​(de.adorsys.ledgers.middleware.api.domain.payment.PeriodicPaymentTO payment)  
      de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiPeriodicPaymentInitiationResponse toSpiPeriodicResponse​(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.SpiSinglePaymentInitiationResponse toSpiSingleResponse​(de.adorsys.ledgers.middleware.api.domain.payment.SinglePaymentTO payment)  
      de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiSinglePaymentInitiationResponse toSpiSingleResponse​(de.adorsys.ledgers.middleware.api.domain.sca.SCAPaymentResponseTO response)  
      protected de.adorsys.psd2.xs2a.core.pis.TransactionStatus transactionStatusTOToTransactionStatus​(de.adorsys.ledgers.middleware.api.domain.payment.TransactionStatusTO transactionStatusTO)  
      protected de.adorsys.ledgers.middleware.api.domain.payment.TransactionStatusTO transactionStatusToTransactionStatusTO​(de.adorsys.psd2.xs2a.core.pis.TransactionStatus transactionStatus)  
    • Constructor Detail

      • LedgersSpiPaymentMapperImpl

        public LedgersSpiPaymentMapperImpl()
    • Method Detail

      • toSinglePaymentTO

        public de.adorsys.ledgers.middleware.api.domain.payment.SinglePaymentTO toSinglePaymentTO​(de.adorsys.psd2.xs2a.spi.domain.payment.SpiSinglePayment payment)
        Specified by:
        toSinglePaymentTO in class LedgersSpiPaymentMapper
      • toPeriodicPaymentTO

        public de.adorsys.ledgers.middleware.api.domain.payment.PeriodicPaymentTO toPeriodicPaymentTO​(de.adorsys.psd2.xs2a.spi.domain.payment.SpiPeriodicPayment payment)
        Specified by:
        toPeriodicPaymentTO in class LedgersSpiPaymentMapper
      • toBulkPaymentTO

        public de.adorsys.ledgers.middleware.api.domain.payment.BulkPaymentTO toBulkPaymentTO​(de.adorsys.psd2.xs2a.spi.domain.payment.SpiBulkPayment payment)
        Specified by:
        toBulkPaymentTO in class LedgersSpiPaymentMapper
      • toSpiSingleResponse

        public de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiSinglePaymentInitiationResponse toSpiSingleResponse​(de.adorsys.ledgers.middleware.api.domain.payment.SinglePaymentTO payment)
        Specified by:
        toSpiSingleResponse in class LedgersSpiPaymentMapper
      • toSpiSingleResponse

        public de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiSinglePaymentInitiationResponse toSpiSingleResponse​(de.adorsys.ledgers.middleware.api.domain.sca.SCAPaymentResponseTO response)
        Specified by:
        toSpiSingleResponse in class LedgersSpiPaymentMapper
      • toSpiPeriodicResponse

        public de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiPeriodicPaymentInitiationResponse toSpiPeriodicResponse​(de.adorsys.ledgers.middleware.api.domain.payment.PeriodicPaymentTO payment)
        Specified by:
        toSpiPeriodicResponse in class LedgersSpiPaymentMapper
      • toSpiPeriodicResponse

        public de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiPeriodicPaymentInitiationResponse toSpiPeriodicResponse​(de.adorsys.ledgers.middleware.api.domain.sca.SCAPaymentResponseTO response)
        Specified by:
        toSpiPeriodicResponse in class LedgersSpiPaymentMapper
      • toSpiBulkResponse

        public de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiBulkPaymentInitiationResponse toSpiBulkResponse​(de.adorsys.ledgers.middleware.api.domain.payment.BulkPaymentTO payment)
        Specified by:
        toSpiBulkResponse in class LedgersSpiPaymentMapper
      • toSpiBulkResponse

        public de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiBulkPaymentInitiationResponse toSpiBulkResponse​(de.adorsys.ledgers.middleware.api.domain.sca.SCAPaymentResponseTO response)
        Specified by:
        toSpiBulkResponse in class LedgersSpiPaymentMapper
      • toSpiSinglePaymentsList

        public List<de.adorsys.psd2.xs2a.spi.domain.payment.SpiSinglePayment> toSpiSinglePaymentsList​(List<de.adorsys.ledgers.middleware.api.domain.payment.SinglePaymentTO> payments)
        Specified by:
        toSpiSinglePaymentsList in class LedgersSpiPaymentMapper
      • 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)