Interface PathParameterValidator
-
- All Known Subinterfaces:
TransactionListDownloadPathParamsValidator
- All Known Implementing Classes:
TransactionListDownloadPathParamsValidatorImpl
public interface PathParameterValidator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.adorsys.psd2.xs2a.core.error.MessageErrorvalidate(Map<String,String> pathParameterMap, de.adorsys.psd2.xs2a.core.error.MessageError messageError)Validates path parameters from the request and populates given error with error text if parameters are invalid
-
-
-
Method Detail
-
validate
de.adorsys.psd2.xs2a.core.error.MessageError validate(Map<String,String> pathParameterMap, de.adorsys.psd2.xs2a.core.error.MessageError messageError)
Validates path parameters from the request and populates given error with error text if parameters are invalid- Parameters:
pathParameterMap- path parameters from the request, with their names acting as keysmessageError- error to be populated- Returns:
MessageErrorobject, enriched or not.
-
-