public class JsonPathMessageValidationContext extends Object implements ValidationContext
Constructor and Description |
---|
JsonPathMessageValidationContext() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
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,Object> jsonPathExpressions)
Set the control message elements explicitly validated XPath expression validation.
|
public Map<String,Object> getJsonPathExpressions()
public void setJsonPathExpressions(Map<String,Object> jsonPathExpressions)
jsonPathExpressions
- the jsonPathExpressions to setpublic static boolean isJsonPathExpression(String pathExpression)
pathExpression
- Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.