Class JsonPathFunctions
java.lang.Object
org.citrusframework.validation.json.JsonPathFunctions
Custom JsonPath function support for size(), keySet() and toString() operations on Json objects and arrays.
- Since:
- 2.5
- Author:
- Christoph Deppisch
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JsonPathFunctions
public JsonPathFunctions()
-
-
Method Details
-
evaluate
Evaluates function on result. Supported functions are size(), keySet(), values() and toString().- Parameters:
jsonPathResult-jsonPathFunction-- Returns:
-
getSupportedFunctions
Gets names of supported functions.- Returns:
-