Class TransactionListDownloadPathParamsValidatorImpl

    • 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: PathParameterValidator
        Validates path parameters from the request and populates given error with error text if parameters are invalid
        Specified by:
        validate in interface PathParameterValidator
        Parameters:
        queryParameterMap - path parameters from the request, with their names acting as keys
        messageError - error to be populated
        Returns:
        MessageError object, enriched or not.