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