@Generated(value="org.mapstruct.ap.MappingProcessor", date="2020-04-13T12:46:53+0000", comments="version: 1.3.0.Final, compiler: javac, environment: Java 1.8.0_242 (Private Build)") @Component public class PaymentMapperImpl extends Object implements PaymentMapper
| Constructor and Description |
|---|
PaymentMapperImpl() |
public Payment toPayment(PaymentBO payment)
toPayment in interface PaymentMapperpublic PaymentBO toPaymentBO(Payment payment)
toPaymentBO in interface PaymentMapperpublic TransactionStatus toTransactionStatus(TransactionStatusBO status)
toTransactionStatus in interface PaymentMapperpublic PaymentTargetBO toPaymentTargetBO(PaymentTarget target)
toPaymentTargetBO in interface PaymentMapperpublic PaymentOrderDetailsBO toPaymentOrder(PaymentBO payment)
toPaymentOrder in interface PaymentMapperpublic PaymentTargetDetailsBO toPaymentTargetDetails(String id, PaymentTargetBO paymentTarget, LocalDate postingTime, List<ExchangeRateBO> rate, BalanceBO balanceAfterTransaction)
toPaymentTargetDetails in interface PaymentMapperpublic PaymentTargetDetailsBO toPaymentTargetDetailsBatch(String id, PaymentBO payment, AmountBO amount, LocalDate postingTime, List<ExchangeRateBO> rate, BalanceBO balanceAfterTransaction)
toPaymentTargetDetailsBatch in interface PaymentMapperpublic TransactionDetailsBO toDepositTransactionDetails(AmountBO amount, DepositAccountBO depositAccount, AccountReferenceBO creditorAccount, LocalDate postingDate, String postingLineId, BalanceBO balanceAfterTransaction)
toDepositTransactionDetails in interface PaymentMapperpublic List<PaymentBO> toPaymentBOList(List<Payment> payments)
toPaymentBOList in interface PaymentMapperprotected PaymentType paymentTypeBOToPaymentType(PaymentTypeBO paymentTypeBO)
protected FrequencyCode frequencyCodeBOToFrequencyCode(FrequencyCodeBO frequencyCodeBO)
protected AccountReference accountReferenceBOToAccountReference(AccountReferenceBO accountReferenceBO)
protected PurposeCode purposeCodeBOToPurposeCode(PurposeCodeBO purposeCodeBO)
protected ChargeBearer chargeBearerBOToChargeBearer(ChargeBearerBO chargeBearerBO)
protected RemittanceInformationStructured remittanceInformationStructuredBOToRemittanceInformationStructured(RemittanceInformationStructuredBO remittanceInformationStructuredBO)
protected PaymentTarget paymentTargetBOToPaymentTarget(PaymentTargetBO paymentTargetBO)
protected List<PaymentTarget> paymentTargetBOListToPaymentTargetList(List<PaymentTargetBO> list)
protected PaymentTypeBO paymentTypeToPaymentTypeBO(PaymentType paymentType)
protected FrequencyCodeBO frequencyCodeToFrequencyCodeBO(FrequencyCode frequencyCode)
protected AccountReferenceBO accountReferenceToAccountReferenceBO(AccountReference accountReference)
protected TransactionStatusBO transactionStatusToTransactionStatusBO(TransactionStatus transactionStatus)
protected List<PaymentTargetBO> paymentTargetListToPaymentTargetBOList(List<PaymentTarget> list)
protected PurposeCodeBO purposeCodeToPurposeCodeBO(PurposeCode purposeCode)
protected RemittanceInformationStructuredBO remittanceInformationStructuredToRemittanceInformationStructuredBO(RemittanceInformationStructured remittanceInformationStructured)
protected ChargeBearerBO chargeBearerToChargeBearerBO(ChargeBearer chargeBearer)
Copyright © 2020. All rights reserved.