Package com.jayway.jsonpath
Interface EvaluationListener.FoundResult
-
- All Known Implementing Classes:
EvaluationContextImpl.FoundResultImpl
- Enclosing interface:
- EvaluationListener
public static interface EvaluationListener.FoundResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
index()
the index of this result.java.lang.String
path()
The path of this resultjava.lang.Object
result()
The result object
-