Uses of Class
com.jayway.jsonpath.internal.path.PathToken
Packages that use PathToken
-
Uses of PathToken in com.jayway.jsonpath.internal.path
Subclasses of PathToken in com.jayway.jsonpath.internal.pathModifier and TypeClassDescriptionclassclassToken representing a Function call to one of the functions produced via the FunctionFactoryclass(package private) classclassclassclassFields in com.jayway.jsonpath.internal.path declared as PathTokenModifier and TypeFieldDescriptionprivate PathTokenPathToken.nextprivate PathTokenPathToken.prevprivate PathTokenRootPathToken.tailMethods in com.jayway.jsonpath.internal.path that return PathTokenModifier and TypeMethodDescription(package private) PathTokenPathToken.appendTailToken(PathToken next) static PathTokenPathTokenFactory.crateScanToken()static PathTokenPathTokenFactory.createFunctionPathToken(String function) static PathTokenPathTokenFactory.createIndexArrayPathToken(ArrayIndexOperation arrayIndexOperation) static PathTokenPathTokenFactory.createPredicatePathToken(Predicate predicate) static PathTokenPathTokenFactory.createPredicatePathToken(Collection<Predicate> predicates) static PathTokenPathTokenFactory.createPropertyPathToken(List<String> properties) static PathTokenPathTokenFactory.createSinglePropertyPathToken(String property) static PathTokenPathTokenFactory.createSliceArrayPathToken(ArraySliceOperation arraySliceOperation) static PathTokenPathTokenFactory.createWildCardPathToken()(package private) PathTokenPathToken.next()(package private) PathTokenPathToken.prev()Methods in com.jayway.jsonpath.internal.path with parameters of type PathTokenModifier and TypeMethodDescriptionPathTokenAppender.appendPathToken(PathToken next) (package private) PathTokenPathToken.appendTailToken(PathToken next) private static ScanPathToken.PredicateScanPathToken.createScanPredicate(PathToken target, 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 PathTokenModifierConstructorDescriptionprivateFilterPathTokenPredicate(PathToken target, EvaluationContextImpl ctx) privatePropertyPathTokenPredicate(PathToken target, EvaluationContextImpl ctx)