public interface PathParameterValidator
| Modifier and Type | Method and Description |
|---|---|
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
|
de.adorsys.psd2.xs2a.core.error.MessageError validate(Map<String,String> pathParameterMap, de.adorsys.psd2.xs2a.core.error.MessageError messageError)
pathParameterMap - path parameters from the request, with their names acting as keysmessageError - error to be populatedMessageError object, enriched or not.Copyright © 2020. All rights reserved.