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 FunctionFactoryclassclassclassclassMethods in com.jayway.jsonpath.internal.path that return PathTokenModifier and TypeMethodDescriptionstatic 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()Methods in com.jayway.jsonpath.internal.path with parameters of type PathTokenModifier and TypeMethodDescriptionPathTokenAppender.appendPathToken(PathToken next) 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)