Package com.jayway.jsonpath
Interface EvaluationListener
-
public interface EvaluationListenerA listener that can be registered on aConfigurationthat is notified when a result is added to the result of this path evaluation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEvaluationListener.EvaluationContinuationstatic interfaceEvaluationListener.FoundResult
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationListener.EvaluationContinuationresultFound(EvaluationListener.FoundResult found)Callback invoked when result is found
-
-
-
Method Detail
-
resultFound
EvaluationListener.EvaluationContinuation resultFound(EvaluationListener.FoundResult found)
Callback invoked when result is found- Parameters:
found- the found result- Returns:
- continuation instruction
-
-