Class JsonPathUtils

java.lang.Object
org.springframework.integration.json.JsonPathUtils

public final class JsonPathUtils extends Object
Utility class to evaluate(Object, String, Predicate...) a jsonPath on the provided object. Delegates evaluation to JsonPath. Note evaluate(Object, String, Predicate...) is used as #jsonPath() SpEL function.
Since:
3.0
Author:
Artem Bilan, Gary Russell
  • Method Details