Uses of Interface
com.jayway.jsonpath.EvaluationListener.FoundResult
-
Packages that use EvaluationListener.FoundResult Package Description com.jayway.jsonpath com.jayway.jsonpath.internal com.jayway.jsonpath.internal.path -
-
Uses of EvaluationListener.FoundResult in com.jayway.jsonpath
Methods in com.jayway.jsonpath with parameters of type EvaluationListener.FoundResult Modifier and Type Method Description EvaluationListener.EvaluationContinuation
EvaluationListener. resultFound(EvaluationListener.FoundResult found)
Callback invoked when result is found -
Uses of EvaluationListener.FoundResult in com.jayway.jsonpath.internal
Methods in com.jayway.jsonpath.internal with parameters of type EvaluationListener.FoundResult Modifier and Type Method Description EvaluationListener.EvaluationContinuation
JsonContext.LimitingEvaluationListener. resultFound(EvaluationListener.FoundResult found)
-
Uses of EvaluationListener.FoundResult in com.jayway.jsonpath.internal.path
Classes in com.jayway.jsonpath.internal.path that implement EvaluationListener.FoundResult Modifier and Type Class Description private class
EvaluationContextImpl.FoundResultImpl
-