Class LedgersSpiPaymentToMapper


  • @Component
    public class LedgersSpiPaymentToMapper
    extends Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.fasterxml.jackson.databind.ObjectMapper objectMapper  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected de.adorsys.ledgers.middleware.api.domain.payment.RemittanceInformationStructuredTO mapToRemittanceInformationStructuredTO​(de.adorsys.psd2.core.payment.model.RemittanceInformationStructured remittanceInformationStructured)  
      de.adorsys.ledgers.middleware.api.domain.payment.PaymentTO toCommonPaymentTO​(de.adorsys.psd2.xs2a.spi.domain.payment.SpiPaymentInfo spiPaymentInfo)  
      de.adorsys.ledgers.middleware.api.domain.payment.PaymentTO toPaymentTO_Bulk​(de.adorsys.psd2.xs2a.spi.domain.payment.SpiPaymentInfo spiPaymentInfo)  
      de.adorsys.ledgers.middleware.api.domain.payment.PaymentTO toPaymentTO_Periodic​(de.adorsys.psd2.xs2a.spi.domain.payment.SpiPaymentInfo spiPaymentInfo)  
      de.adorsys.ledgers.middleware.api.domain.payment.PaymentTO toPaymentTO_Single​(de.adorsys.psd2.xs2a.spi.domain.payment.SpiPaymentInfo spiPaymentInfo)  
    • Field Detail

      • objectMapper

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

      • LedgersSpiPaymentToMapper

        public LedgersSpiPaymentToMapper()
    • Method Detail

      • toCommonPaymentTO

        public de.adorsys.ledgers.middleware.api.domain.payment.PaymentTO toCommonPaymentTO​(de.adorsys.psd2.xs2a.spi.domain.payment.SpiPaymentInfo spiPaymentInfo)
      • 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)