@Generated(value="org.mapstruct.ap.MappingProcessor", date="2019-07-18T09:48:59+0000", comments="version: 1.3.0.Final, compiler: javac, environment: Java 1.8.0_151 (Oracle Corporation)") @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 PaymentTargetBO toPaymentTargetBO(PaymentTarget target)
toPaymentTargetBO in interface PaymentMapperpublic PaymentOrderDetailsBO toPaymentOrder(PaymentBO payment)
toPaymentOrder in interface PaymentMapperpublic PaymentTargetDetailsBO toPaymentTargetDetails(String id, PaymentTargetBO paymentTarget, LocalDate postingTime)
toPaymentTargetDetails in interface PaymentMapperpublic PaymentTargetDetailsBO toPaymentTargetDetailsBatch(String id, PaymentBO payment, AmountBO amount, LocalDate postingTime)
toPaymentTargetDetailsBatch in interface PaymentMapperprotected PaymentType paymentTypeBOToPaymentType(PaymentTypeBO paymentTypeBO)
protected FrequencyCode frequencyCodeBOToFrequencyCode(FrequencyCodeBO frequencyCodeBO)
protected AccountReference accountReferenceBOToAccountReference(AccountReferenceBO accountReferenceBO)
protected TransactionStatus transactionStatusBOToTransactionStatus(TransactionStatusBO transactionStatusBO)
protected PaymentProduct paymentProductBOToPaymentProduct(PaymentProductBO paymentProductBO)
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 PaymentProductBO paymentProductToPaymentProductBO(PaymentProduct paymentProduct)
Copyright © 2019. All rights reserved.