Uses of Interface
com.jayway.jsonpath.internal.path.ScanPathToken.Predicate
Packages that use ScanPathToken.Predicate
-
Uses of ScanPathToken.Predicate in com.jayway.jsonpath.internal.path
Classes in com.jayway.jsonpath.internal.path that implement ScanPathToken.PredicateModifier and TypeClassDescriptionprivate static final class
private static final class
private static final class
private static final class
Fields in com.jayway.jsonpath.internal.path declared as ScanPathToken.PredicateModifier and TypeFieldDescriptionprivate static final ScanPathToken.Predicate
ScanPathToken.FALSE_PREDICATE
Methods in com.jayway.jsonpath.internal.path that return ScanPathToken.PredicateModifier and TypeMethodDescriptionprivate static ScanPathToken.Predicate
ScanPathToken.createScanPredicate
(PathToken target, EvaluationContextImpl ctx) Methods in com.jayway.jsonpath.internal.path with parameters of type ScanPathToken.PredicateModifier and TypeMethodDescriptionstatic void
ScanPathToken.walk
(PathToken pt, String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx, ScanPathToken.Predicate predicate) static void
ScanPathToken.walkArray
(PathToken pt, String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx, ScanPathToken.Predicate predicate) static void
ScanPathToken.walkObject
(PathToken pt, String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx, ScanPathToken.Predicate predicate)