Package com.jayway.jsonpath
Interface EvaluationListener.FoundResult
-
- Enclosing interface:
- EvaluationListener
public static interface EvaluationListener.FoundResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intindex()the index of this result.java.lang.Stringpath()The path of this resultjava.lang.Objectresult()The result object
-