Interface Xs2aGetPaymentStatusEntrypoint.FromRequest
-
- All Superinterfaces:
DtoMapper<de.adorsys.opba.protocol.api.dto.request.payments.PaymentStatusRequest,Xs2aPisContext>
- All Known Implementing Classes:
Xs2aGetPaymentStatusEntrypoint$FromRequestImpl
- Enclosing class:
- Xs2aGetPaymentStatusEntrypoint
public static interface Xs2aGetPaymentStatusEntrypoint.FromRequest extends DtoMapper<de.adorsys.opba.protocol.api.dto.request.payments.PaymentStatusRequest,Xs2aPisContext>
Mapper to convert incoming user request to processable request context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Xs2aPisContextmap(de.adorsys.opba.protocol.api.dto.request.payments.PaymentStatusRequest ctx)
-
-
-
Method Detail
-
map
Xs2aPisContext map(de.adorsys.opba.protocol.api.dto.request.payments.PaymentStatusRequest ctx)
- Specified by:
mapin interfaceDtoMapper<de.adorsys.opba.protocol.api.dto.request.payments.PaymentStatusRequest,Xs2aPisContext>
-
-