Uses of Class
com.jayway.jsonpath.EvaluationListener.EvaluationContinuation
-
Packages that use EvaluationListener.EvaluationContinuation Package Description com.jayway.jsonpath com.jayway.jsonpath.internal -
-
Uses of EvaluationListener.EvaluationContinuation in com.jayway.jsonpath
Methods in com.jayway.jsonpath that return EvaluationListener.EvaluationContinuation Modifier and Type Method Description EvaluationListener.EvaluationContinuationEvaluationListener. resultFound(EvaluationListener.FoundResult found)Callback invoked when result is foundstatic EvaluationListener.EvaluationContinuationEvaluationListener.EvaluationContinuation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EvaluationListener.EvaluationContinuation[]EvaluationListener.EvaluationContinuation. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EvaluationListener.EvaluationContinuation in com.jayway.jsonpath.internal
Methods in com.jayway.jsonpath.internal that return EvaluationListener.EvaluationContinuation Modifier and Type Method Description EvaluationListener.EvaluationContinuationJsonContext.LimitingEvaluationListener. resultFound(EvaluationListener.FoundResult found)
-