Interface Xs2aInitiateSinglePaymentEntrypoint.FromRequest
-
- All Superinterfaces:
DtoMapper<de.adorsys.opba.protocol.api.dto.request.payments.InitiateSinglePaymentRequest,SinglePaymentXs2aContext>
- All Known Implementing Classes:
Xs2aInitiateSinglePaymentEntrypoint$FromRequestImpl
- Enclosing class:
- Xs2aInitiateSinglePaymentEntrypoint
public static interface Xs2aInitiateSinglePaymentEntrypoint.FromRequest extends DtoMapper<de.adorsys.opba.protocol.api.dto.request.payments.InitiateSinglePaymentRequest,SinglePaymentXs2aContext>
Mapper to convert incoming user request to processable request context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description SinglePaymentXs2aContextmap(de.adorsys.opba.protocol.api.dto.request.payments.InitiateSinglePaymentRequest ctx)default StringmapStandardPaymentProductToString(de.adorsys.opba.protocol.api.dto.result.body.PaymentProductDetails from)
-
-
-
Method Detail
-
map
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>
-
mapStandardPaymentProductToString
default String mapStandardPaymentProductToString(de.adorsys.opba.protocol.api.dto.result.body.PaymentProductDetails from)
-
-