public final class JsonPathUtils
extends java.lang.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(java.lang.Object json,
java.lang.String jsonPath,
com.jayway.jsonpath.Filter<?>... filters) |