JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
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
int
index
()
the index of this result.
String
path
()
The path of this result
Object
result
()
The result object
Method Details
index
int
index
()
the index of this result. First result i 0
Returns:
index
path
String
path
()
The path of this result
Returns:
path
result
Object
result
()
The result object
Returns:
the result object