Uses of Class
com.jayway.jsonpath.internal.path.RootPathToken
Packages that use RootPathToken
-
Uses of RootPathToken in com.jayway.jsonpath.internal.path
Fields in com.jayway.jsonpath.internal.path declared as RootPathTokenMethods in com.jayway.jsonpath.internal.path that return RootPathTokenModifier and TypeMethodDescriptionstatic RootPathTokenPathTokenFactory.createRootPathToken(char token) CompiledPath.getRoot()EvaluationContextImpl.getRoot()private RootPathTokenCompiledPath.invertScannerFunctionRelationship(RootPathToken path) In the event the writer of the path referenced a function at the tail end of a scanner, augment the query such that the root node is the function and the parameter to the function is the scanner.private RootPathTokenPathCompiler.readContextToken()Methods in com.jayway.jsonpath.internal.path with parameters of type RootPathTokenModifier and TypeMethodDescriptionprivate RootPathTokenCompiledPath.invertScannerFunctionRelationship(RootPathToken path) In the event the writer of the path referenced a function at the tail end of a scanner, augment the query such that the root node is the function and the parameter to the function is the scanner.Constructors in com.jayway.jsonpath.internal.path with parameters of type RootPathToken