Uses of Class
com.jayway.jsonpath.internal.path.EvaluationContextImpl
Packages that use EvaluationContextImpl
-
Uses of EvaluationContextImpl in com.jayway.jsonpath.internal.path
Methods in com.jayway.jsonpath.internal.path with parameters of type EvaluationContextImplModifier and TypeMethodDescriptionbooleanPredicatePathToken.accept(Object obj, Object root, Configuration configuration, EvaluationContextImpl evaluationContext) protected booleanArrayPathToken.checkArrayModel(String currentPath, Object model, EvaluationContextImpl ctx) Check if model is non-null and array.voidArrayPathToken.evaluate(String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx) voidFunctionPathToken.evaluate(String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx) abstract voidPathToken.evaluate(String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx) voidPredicatePathToken.evaluate(String currentPath, PathRef ref, Object model, EvaluationContextImpl ctx) voidRootPathToken.evaluate(String currentPath, PathRef pathRef, Object model, EvaluationContextImpl ctx) voidScanPathToken.evaluate(String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx) voidWildcardPathToken.evaluate(String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx) voidArrayPathToken.evaluateIndexOperation(String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx) voidArrayPathToken.evaluateSliceOperation(String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx) protected voidPathToken.handleArrayIndex(int index, String currentPath, Object model, EvaluationContextImpl ctx) voidPathToken.invoke(PathFunction pathFunction, String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx) voidArrayPathToken.sliceBetween(ArraySliceOperation operation, String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx) voidArrayPathToken.sliceFrom(ArraySliceOperation operation, String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx) voidArrayPathToken.sliceTo(ArraySliceOperation operation, String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx) static voidScanPathToken.walk(PathToken pt, String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx, com.jayway.jsonpath.internal.path.ScanPathToken.Predicate predicate) static voidScanPathToken.walkArray(PathToken pt, String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx, com.jayway.jsonpath.internal.path.ScanPathToken.Predicate predicate) static voidScanPathToken.walkObject(PathToken pt, String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx, com.jayway.jsonpath.internal.path.ScanPathToken.Predicate predicate)