Interface Xs2aGetPaymentInfoEntrypoint.FromRequest
-
- All Superinterfaces:
DtoMapper<de.adorsys.opba.protocol.api.dto.request.payments.PaymentInfoRequest,Xs2aPisContext>
- All Known Implementing Classes:
Xs2aGetPaymentInfoEntrypoint$FromRequestImpl
- Enclosing class:
- Xs2aGetPaymentInfoEntrypoint
public static interface Xs2aGetPaymentInfoEntrypoint.FromRequest extends DtoMapper<de.adorsys.opba.protocol.api.dto.request.payments.PaymentInfoRequest,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.PaymentInfoRequest ctx)
-
-
-
Method Detail
-
map
Xs2aPisContext map(de.adorsys.opba.protocol.api.dto.request.payments.PaymentInfoRequest ctx)
- Specified by:
mapin interfaceDtoMapper<de.adorsys.opba.protocol.api.dto.request.payments.PaymentInfoRequest,Xs2aPisContext>
-
-