Uses of Class
com.jayway.jsonpath.internal.path.EvaluationContextImpl
Packages that use EvaluationContextImpl
-
Uses of EvaluationContextImpl in com.jayway.jsonpath.internal.path
Fields in com.jayway.jsonpath.internal.path declared as EvaluationContextImplModifier and TypeFieldDescriptionprivate final EvaluationContextImplScanPathToken.ArrayPathTokenPredicate.ctxprivate final EvaluationContextImplScanPathToken.FilterPathTokenPredicate.ctxprivate final EvaluationContextImplScanPathToken.PropertyPathTokenPredicate.ctxMethods 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.private static ScanPathToken.PredicateScanPathToken.createScanPredicate(PathToken target, EvaluationContextImpl ctx) 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) voidPropertyPathToken.evaluate(String currentPath, PathRef parent, 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) (package private) voidPathToken.handleObjectProperty(String currentPath, Object model, EvaluationContextImpl ctx, List<String> properties) private static booleanPathToken.hasProperty(String property, Object model, EvaluationContextImpl ctx) voidPathToken.invoke(PathFunction pathFunction, String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx) private static ObjectPathToken.readObjectProperty(String property, 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, ScanPathToken.Predicate predicate) static voidScanPathToken.walkArray(PathToken pt, String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx, ScanPathToken.Predicate predicate) static voidScanPathToken.walkObject(PathToken pt, String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx, ScanPathToken.Predicate predicate) Constructors in com.jayway.jsonpath.internal.path with parameters of type EvaluationContextImplModifierConstructorDescriptionprivateprivateFilterPathTokenPredicate(PathToken target, EvaluationContextImpl ctx) privatePropertyPathTokenPredicate(PathToken target, EvaluationContextImpl ctx)