Class TransactionListDownloadPathParamsValidatorImpl
- java.lang.Object
-
- de.adorsys.psd2.xs2a.web.validator.path.TransactionListDownloadPathParamsValidatorImpl
-
- All Implemented Interfaces:
PathParameterValidator,TransactionListDownloadPathParamsValidator
@Component public class TransactionListDownloadPathParamsValidatorImpl extends Object implements TransactionListDownloadPathParamsValidator
-
-
Constructor Summary
Constructors Constructor Description TransactionListDownloadPathParamsValidatorImpl(ErrorBuildingService errorBuildingService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.adorsys.psd2.xs2a.core.error.MessageErrorvalidate(Map<String,String> queryParameterMap, 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
-
-
-
Constructor Detail
-
TransactionListDownloadPathParamsValidatorImpl
public TransactionListDownloadPathParamsValidatorImpl(ErrorBuildingService errorBuildingService)
-
-
Method Detail
-
validate
public de.adorsys.psd2.xs2a.core.error.MessageError validate(Map<String,String> queryParameterMap, de.adorsys.psd2.xs2a.core.error.MessageError messageError)
Description copied from interface:PathParameterValidatorValidates path parameters from the request and populates given error with error text if parameters are invalid- Specified by:
validatein interfacePathParameterValidator- Parameters:
queryParameterMap- path parameters from the request, with their names acting as keysmessageError- error to be populated- Returns:
MessageErrorobject, enriched or not.
-
-