Uses of Enum
com.jayway.jsonpath.EvaluationListener.EvaluationContinuation
Packages that use EvaluationListener.EvaluationContinuation
-
Uses of EvaluationListener.EvaluationContinuation in com.jayway.jsonpath
Methods in com.jayway.jsonpath that return EvaluationListener.EvaluationContinuationModifier and TypeMethodDescriptionEvaluationListener.resultFound
(EvaluationListener.FoundResult found) Callback invoked when result is foundReturns the enum constant of this type with the specified name.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.EvaluationContinuationModifier and TypeMethodDescriptionJsonContext.LimitingEvaluationListener.resultFound
(EvaluationListener.FoundResult found)