public class JsonPathMessageValidationContext extends Object implements ValidationContext
| Constructor and Description |
|---|
JsonPathMessageValidationContext() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getJsonPathExpressions()
Get the control message elements that have to be present in
the received message.
|
static boolean |
isJsonPathExpression(String pathExpression)
Check wheather give path expression is a JSONPath expression.
|
void |
setJsonPathExpressions(Map<String,String> jsonPathExpressions)
Set the control message elements explicitly validated XPath expression validation.
|
public Map<String,String> getJsonPathExpressions()
public void setJsonPathExpressions(Map<String,String> jsonPathExpressions)
jsonPathExpressions - the jsonPathExpressions to setpublic static boolean isJsonPathExpression(String pathExpression)
pathExpression - Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.