Package com.jayway.jsonpath
Interface EvaluationListener
- All Known Implementing Classes:
JsonContext.LimitingEvaluationListener
public interface EvaluationListener
A listener that can be registered on a
Configuration
that is notified when a
result is added to the result of this path evaluation.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
static interface
-
Method Summary
Modifier and TypeMethodDescriptionCallback invoked when result is found
-
Method Details
-
resultFound
Callback invoked when result is found- Parameters:
found
- the found result- Returns:
- continuation instruction
-