Class LedgersSpiPaymentToMapper


  • @Component
    public class LedgersSpiPaymentToMapper
    extends Object
    • Field Detail

      • objectMapper

        @Autowired
        protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
    • Constructor Detail

      • LedgersSpiPaymentToMapper

        public LedgersSpiPaymentToMapper()
    • Method Detail

      • toPaymentTO_Single

        public de.adorsys.ledgers.middleware.api.domain.payment.PaymentTO toPaymentTO_Single​(de.adorsys.psd2.xs2a.spi.domain.payment.SpiPaymentInfo spiPaymentInfo)
      • toPaymentTO_Bulk

        public de.adorsys.ledgers.middleware.api.domain.payment.PaymentTO toPaymentTO_Bulk​(de.adorsys.psd2.xs2a.spi.domain.payment.SpiPaymentInfo spiPaymentInfo)
      • toPaymentTO_Periodic

        public de.adorsys.ledgers.middleware.api.domain.payment.PaymentTO toPaymentTO_Periodic​(de.adorsys.psd2.xs2a.spi.domain.payment.SpiPaymentInfo spiPaymentInfo)
      • mapToRemittanceInformationStructuredTO

        protected de.adorsys.ledgers.middleware.api.domain.payment.RemittanceInformationStructuredTO mapToRemittanceInformationStructuredTO​(de.adorsys.psd2.core.payment.model.RemittanceInformationStructured remittanceInformationStructured)