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 classprivate static final classprivate static final classprivate static final classFields in com.jayway.jsonpath.internal.path declared as ScanPathToken.PredicateModifier and TypeFieldDescriptionprivate static final ScanPathToken.PredicateScanPathToken.FALSE_PREDICATEMethods in com.jayway.jsonpath.internal.path that return ScanPathToken.PredicateModifier and TypeMethodDescriptionprivate static ScanPathToken.PredicateScanPathToken.createScanPredicate(PathToken target, EvaluationContextImpl ctx) Methods in com.jayway.jsonpath.internal.path with parameters of type ScanPathToken.PredicateModifier and TypeMethodDescriptionstatic 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)