Class Xs2aInitiateSinglePaymentEntrypoint$FromRequestImpl
- java.lang.Object
-
- de.adorsys.opba.protocol.xs2a.service.mappers.generated.Xs2aInitiateSinglePaymentEntrypoint$FromRequestImpl
-
- All Implemented Interfaces:
DtoMapper<de.adorsys.opba.protocol.api.dto.request.payments.InitiateSinglePaymentRequest,SinglePaymentXs2aContext>,Xs2aInitiateSinglePaymentEntrypoint.FromRequest
@Generated(value="org.mapstruct.ap.MappingProcessor", date="2020-11-17T19:06:55+0000", comments="version: 1.3.1.Final, compiler: javac, environment: Java 11.0.9 (Azul Systems, Inc.)") @Component public class Xs2aInitiateSinglePaymentEntrypoint$FromRequestImpl extends Object implements Xs2aInitiateSinglePaymentEntrypoint.FromRequest
-
-
Constructor Summary
Constructors Constructor Description Xs2aInitiateSinglePaymentEntrypoint$FromRequestImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PaymentInitiateBody.AccountReferenceBodyaccountReferenceToAccountReferenceBody(de.adorsys.opba.protocol.api.dto.result.body.AccountReference accountReference)protected PaymentInitiateBody.AddressBodyaddressToAddressBody(de.adorsys.opba.protocol.api.dto.result.body.Address address)protected PaymentInitiateBody.AmountBodyamountToAmountBody(de.adorsys.opba.protocol.api.dto.result.body.Amount amount)SinglePaymentXs2aContextmap(de.adorsys.opba.protocol.api.dto.request.payments.InitiateSinglePaymentRequest ctx)protected PaymentInitiateBodysinglePaymentBodyToPaymentInitiateBody(de.adorsys.opba.protocol.api.dto.request.payments.SinglePaymentBody singlePaymentBody)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.adorsys.opba.protocol.xs2a.entrypoint.pis.Xs2aInitiateSinglePaymentEntrypoint.FromRequest
mapStandardPaymentProductToString
-
-
-
-
Method Detail
-
map
public SinglePaymentXs2aContext map(de.adorsys.opba.protocol.api.dto.request.payments.InitiateSinglePaymentRequest ctx)
- Specified by:
mapin interfaceDtoMapper<de.adorsys.opba.protocol.api.dto.request.payments.InitiateSinglePaymentRequest,SinglePaymentXs2aContext>- Specified by:
mapin interfaceXs2aInitiateSinglePaymentEntrypoint.FromRequest
-
addressToAddressBody
protected PaymentInitiateBody.AddressBody addressToAddressBody(de.adorsys.opba.protocol.api.dto.result.body.Address address)
-
accountReferenceToAccountReferenceBody
protected PaymentInitiateBody.AccountReferenceBody accountReferenceToAccountReferenceBody(de.adorsys.opba.protocol.api.dto.result.body.AccountReference accountReference)
-
amountToAmountBody
protected PaymentInitiateBody.AmountBody amountToAmountBody(de.adorsys.opba.protocol.api.dto.result.body.Amount amount)
-
singlePaymentBodyToPaymentInitiateBody
protected PaymentInitiateBody singlePaymentBodyToPaymentInitiateBody(de.adorsys.opba.protocol.api.dto.request.payments.SinglePaymentBody singlePaymentBody)
-
-