public final class NewJsonPathUtils
extends java.lang.Object
org.springframework.integration.json.JsonPathUtils
, but compatible with newer versions of
json-path that expect a Predicate vararg.Modifier and Type | Method and Description |
---|---|
static <T> T |
evaluate(java.lang.Object json,
java.lang.String jsonPath,
com.jayway.jsonpath.Predicate... filters) |