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 TypeClassDescriptionclass
class
Token representing a Function call to one of the functions produced via the FunctionFactoryclass
(package private) class
class
class
class
Fields in com.jayway.jsonpath.internal.path declared as PathTokenModifier and TypeFieldDescriptionprivate PathToken
PathToken.next
private PathToken
PathToken.prev
private PathToken
RootPathToken.tail
Methods in com.jayway.jsonpath.internal.path that return PathTokenModifier and TypeMethodDescription(package private) PathToken
PathToken.appendTailToken
(PathToken next) static PathToken
PathTokenFactory.crateScanToken()
static PathToken
PathTokenFactory.createFunctionPathToken
(String function) static PathToken
PathTokenFactory.createIndexArrayPathToken
(ArrayIndexOperation arrayIndexOperation) static PathToken
PathTokenFactory.createPredicatePathToken
(Predicate predicate) static PathToken
PathTokenFactory.createPredicatePathToken
(Collection<Predicate> predicates) static PathToken
PathTokenFactory.createPropertyPathToken
(List<String> properties) static PathToken
PathTokenFactory.createSinglePropertyPathToken
(String property) static PathToken
PathTokenFactory.createSliceArrayPathToken
(ArraySliceOperation arraySliceOperation) static PathToken
PathTokenFactory.createWildCardPathToken()
(package private) PathToken
PathToken.next()
(package private) PathToken
PathToken.prev()
Methods in com.jayway.jsonpath.internal.path with parameters of type PathTokenModifier and TypeMethodDescriptionPathTokenAppender.appendPathToken
(PathToken next) (package private) PathToken
PathToken.appendTailToken
(PathToken next) private static ScanPathToken.Predicate
ScanPathToken.createScanPredicate
(PathToken target, EvaluationContextImpl ctx) static 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) Constructors in com.jayway.jsonpath.internal.path with parameters of type PathTokenModifierConstructorDescriptionprivate
FilterPathTokenPredicate
(PathToken target, EvaluationContextImpl ctx) private
PropertyPathTokenPredicate
(PathToken target, EvaluationContextImpl ctx)