@Generated(value="org.mapstruct.ap.MappingProcessor", date="2019-07-19T14:35:06+0000", comments="version: 1.2.0.Final, compiler: javac, environment: Java 1.8.0_191 (Oracle Corporation)") @Component public class LedgersSpiPaymentMapperImpl extends LedgersSpiPaymentMapper
| Constructor and Description |
|---|
LedgersSpiPaymentMapperImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected de.adorsys.psd2.xs2a.core.sca.ChallengeData |
challengeDataTOToChallengeData(de.adorsys.ledgers.middleware.api.domain.sca.ChallengeDataTO challengeDataTO) |
protected de.adorsys.ledgers.middleware.api.domain.payment.FrequencyCodeTO |
frequencyCodeToFrequencyCodeTO(de.adorsys.psd2.xs2a.core.pis.FrequencyCode frequencyCode) |
protected de.adorsys.psd2.xs2a.core.sca.OtpFormat |
otpFormatTOToOtpFormat(de.adorsys.ledgers.middleware.api.domain.sca.OtpFormatTO otpFormatTO) |
protected de.adorsys.ledgers.middleware.api.domain.account.AccountReferenceTO |
spiAccountReferenceToAccountReferenceTO(de.adorsys.psd2.xs2a.spi.domain.account.SpiAccountReference spiAccountReference) |
protected de.adorsys.ledgers.middleware.api.domain.general.AddressTO |
spiAddressToAddressTO(de.adorsys.psd2.xs2a.spi.domain.payment.SpiAddress spiAddress) |
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.sca.SCAPaymentResponseTO response) |
de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiSinglePaymentInitiationResponse |
toSpiSingleResponse(de.adorsys.ledgers.middleware.api.domain.payment.SinglePaymentTO payment) |
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) |
mapToSpiBulkPayment, mapToSpiPeriodicPayment, toDateTime, toSpiPaymentCancellationResponse, toSpiSinglePayment, toTimepublic de.adorsys.ledgers.middleware.api.domain.payment.SinglePaymentTO toSinglePaymentTO(de.adorsys.psd2.xs2a.spi.domain.payment.SpiSinglePayment payment)
toSinglePaymentTO in class LedgersSpiPaymentMapperpublic de.adorsys.ledgers.middleware.api.domain.payment.PeriodicPaymentTO toPeriodicPaymentTO(de.adorsys.psd2.xs2a.spi.domain.payment.SpiPeriodicPayment payment)
toPeriodicPaymentTO in class LedgersSpiPaymentMapperpublic de.adorsys.ledgers.middleware.api.domain.payment.BulkPaymentTO toBulkPaymentTO(de.adorsys.psd2.xs2a.spi.domain.payment.SpiBulkPayment payment)
toBulkPaymentTO in class LedgersSpiPaymentMapperpublic de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiSinglePaymentInitiationResponse toSpiSingleResponse(de.adorsys.ledgers.middleware.api.domain.payment.SinglePaymentTO payment)
toSpiSingleResponse in class LedgersSpiPaymentMapperpublic de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiSinglePaymentInitiationResponse toSpiSingleResponse(de.adorsys.ledgers.middleware.api.domain.sca.SCAPaymentResponseTO response)
toSpiSingleResponse in class LedgersSpiPaymentMapperpublic de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiPeriodicPaymentInitiationResponse toSpiPeriodicResponse(de.adorsys.ledgers.middleware.api.domain.payment.PeriodicPaymentTO payment)
toSpiPeriodicResponse in class LedgersSpiPaymentMapperpublic de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiPeriodicPaymentInitiationResponse toSpiPeriodicResponse(de.adorsys.ledgers.middleware.api.domain.sca.SCAPaymentResponseTO response)
toSpiPeriodicResponse in class LedgersSpiPaymentMapperpublic de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiBulkPaymentInitiationResponse toSpiBulkResponse(de.adorsys.ledgers.middleware.api.domain.payment.BulkPaymentTO payment)
toSpiBulkResponse in class LedgersSpiPaymentMapperpublic de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiBulkPaymentInitiationResponse toSpiBulkResponse(de.adorsys.ledgers.middleware.api.domain.sca.SCAPaymentResponseTO response)
toSpiBulkResponse in class LedgersSpiPaymentMapperpublic List<de.adorsys.psd2.xs2a.spi.domain.payment.SpiSinglePayment> toSpiSinglePaymentsList(List<de.adorsys.ledgers.middleware.api.domain.payment.SinglePaymentTO> payments)
toSpiSinglePaymentsList in class LedgersSpiPaymentMapperprotected de.adorsys.ledgers.middleware.api.domain.account.AccountReferenceTO spiAccountReferenceToAccountReferenceTO(de.adorsys.psd2.xs2a.spi.domain.account.SpiAccountReference spiAccountReference)
protected de.adorsys.ledgers.middleware.api.domain.payment.AmountTO spiAmountToAmountTO(de.adorsys.psd2.xs2a.spi.domain.common.SpiAmount spiAmount)
protected de.adorsys.ledgers.middleware.api.domain.general.AddressTO spiAddressToAddressTO(de.adorsys.psd2.xs2a.spi.domain.payment.SpiAddress spiAddress)
protected de.adorsys.ledgers.middleware.api.domain.payment.TransactionStatusTO transactionStatusToTransactionStatusTO(de.adorsys.psd2.xs2a.core.pis.TransactionStatus transactionStatus)
protected de.adorsys.ledgers.middleware.api.domain.payment.FrequencyCodeTO frequencyCodeToFrequencyCodeTO(de.adorsys.psd2.xs2a.core.pis.FrequencyCode frequencyCode)
protected List<de.adorsys.ledgers.middleware.api.domain.payment.SinglePaymentTO> spiSinglePaymentListToSinglePaymentTOList(List<de.adorsys.psd2.xs2a.spi.domain.payment.SpiSinglePayment> list)
protected de.adorsys.psd2.xs2a.core.pis.TransactionStatus transactionStatusTOToTransactionStatus(de.adorsys.ledgers.middleware.api.domain.payment.TransactionStatusTO transactionStatusTO)
protected de.adorsys.psd2.xs2a.core.sca.OtpFormat otpFormatTOToOtpFormat(de.adorsys.ledgers.middleware.api.domain.sca.OtpFormatTO otpFormatTO)
protected de.adorsys.psd2.xs2a.core.sca.ChallengeData challengeDataTOToChallengeData(de.adorsys.ledgers.middleware.api.domain.sca.ChallengeDataTO challengeDataTO)
Copyright © 2019. All rights reserved.