public final class JsonPathUtils extends Object
evaluate(java.lang.Object, java.lang.String, com.jayway.jsonpath.Filter<?>...) a jsonPath on the provided object.
Delegates evaluation to JsonPath.
Note evaluate(java.lang.Object, java.lang.String, com.jayway.jsonpath.Filter<?>...) is used as #jsonPath() SpEL function.| Modifier and Type | Method and Description |
|---|---|
static <T> T |
evaluate(Object json,
String jsonPath,
com.jayway.jsonpath.Filter<?>... filters) |