Class PaymentMapperImpl
- java.lang.Object
-
- de.adorsys.ledgers.deposit.api.service.mappers.PaymentMapperImpl
-
- All Implemented Interfaces:
PaymentMapper
@Generated(value="org.mapstruct.ap.MappingProcessor", date="2021-05-19T14:29:47+0000", comments="version: 1.4.1.Final, compiler: javac, environment: Java 11.0.11 (Azul Systems, Inc.)") @Component public class PaymentMapperImpl extends Object implements PaymentMapper
-
-
Constructor Summary
Constructors Constructor Description PaymentMapperImpl()
-
Method Summary
-
-
-
Method Detail
-
toPayment
public Payment toPayment(PaymentBO payment)
- Specified by:
toPaymentin interfacePaymentMapper
-
toPaymentBO
public PaymentBO toPaymentBO(Payment payment)
- Specified by:
toPaymentBOin interfacePaymentMapper
-
toTransactionStatus
public TransactionStatus toTransactionStatus(TransactionStatusBO status)
- Specified by:
toTransactionStatusin interfacePaymentMapper
-
toPaymentTargetBO
public PaymentTargetBO toPaymentTargetBO(PaymentTarget target)
- Specified by:
toPaymentTargetBOin interfacePaymentMapper
-
toPaymentOrder
public PaymentOrderDetailsBO toPaymentOrder(PaymentBO payment)
- Specified by:
toPaymentOrderin interfacePaymentMapper
-
toPaymentTargetDetails
public PaymentTargetDetailsBO toPaymentTargetDetails(String id, PaymentTargetBO paymentTarget, LocalDate postingTime, List<ExchangeRateBO> rate, BalanceBO balanceAfterTransaction)
- Specified by:
toPaymentTargetDetailsin interfacePaymentMapper
-
toPaymentTargetDetailsBatch
public PaymentTargetDetailsBO toPaymentTargetDetailsBatch(String id, PaymentBO payment, AmountBO amount, LocalDate postingTime, List<ExchangeRateBO> rate, BalanceBO balanceAfterTransaction)
- Specified by:
toPaymentTargetDetailsBatchin interfacePaymentMapper
-
toDepositTransactionDetails
public TransactionDetailsBO toDepositTransactionDetails(AmountBO amount, DepositAccountBO depositAccount, AccountReferenceBO creditorAccount, LocalDate postingDate, String postingLineId, BalanceBO balanceAfterTransaction)
- Specified by:
toDepositTransactionDetailsin interfacePaymentMapper
-
toPaymentBOList
public List<PaymentBO> toPaymentBOList(List<Payment> payments)
- Specified by:
toPaymentBOListin interfacePaymentMapper
-
paymentTypeBOToPaymentType
protected PaymentType paymentTypeBOToPaymentType(PaymentTypeBO paymentTypeBO)
-
frequencyCodeBOToFrequencyCode
protected FrequencyCode frequencyCodeBOToFrequencyCode(FrequencyCodeBO frequencyCodeBO)
-
accountReferenceBOToAccountReference
protected AccountReference accountReferenceBOToAccountReference(AccountReferenceBO accountReferenceBO)
-
purposeCodeBOToPurposeCode
protected PurposeCode purposeCodeBOToPurposeCode(PurposeCodeBO purposeCodeBO)
-
chargeBearerBOToChargeBearer
protected ChargeBearer chargeBearerBOToChargeBearer(ChargeBearerBO chargeBearerBO)
-
remittanceInformationStructuredBOToRemittanceInformationStructured
protected RemittanceInformationStructured remittanceInformationStructuredBOToRemittanceInformationStructured(RemittanceInformationStructuredBO remittanceInformationStructuredBO)
-
paymentTargetBOToPaymentTarget
protected PaymentTarget paymentTargetBOToPaymentTarget(PaymentTargetBO paymentTargetBO)
-
paymentTargetBOListToPaymentTargetList
protected List<PaymentTarget> paymentTargetBOListToPaymentTargetList(List<PaymentTargetBO> list)
-
paymentTypeToPaymentTypeBO
protected PaymentTypeBO paymentTypeToPaymentTypeBO(PaymentType paymentType)
-
frequencyCodeToFrequencyCodeBO
protected FrequencyCodeBO frequencyCodeToFrequencyCodeBO(FrequencyCode frequencyCode)
-
accountReferenceToAccountReferenceBO
protected AccountReferenceBO accountReferenceToAccountReferenceBO(AccountReference accountReference)
-
transactionStatusToTransactionStatusBO
protected TransactionStatusBO transactionStatusToTransactionStatusBO(TransactionStatus transactionStatus)
-
paymentTargetListToPaymentTargetBOList
protected List<PaymentTargetBO> paymentTargetListToPaymentTargetBOList(List<PaymentTarget> list)
-
purposeCodeToPurposeCodeBO
protected PurposeCodeBO purposeCodeToPurposeCodeBO(PurposeCode purposeCode)
-
remittanceInformationStructuredToRemittanceInformationStructuredBO
protected RemittanceInformationStructuredBO remittanceInformationStructuredToRemittanceInformationStructuredBO(RemittanceInformationStructured remittanceInformationStructured)
-
chargeBearerToChargeBearerBO
protected ChargeBearerBO chargeBearerToChargeBearerBO(ChargeBearer chargeBearer)
-
-