Uses of Class
com.jayway.jsonpath.internal.path.PathToken
-
Packages that use PathToken Package Description com.jayway.jsonpath.internal.path -
-
Uses of PathToken in com.jayway.jsonpath.internal.path
Subclasses of PathToken in com.jayway.jsonpath.internal.path Modifier and Type Class Description classArrayPathTokenclassFunctionPathTokenToken representing a Function call to one of the functions produced via the FunctionFactoryclassPredicatePathToken(package private) classPropertyPathTokenclassRootPathTokenclassScanPathTokenclassWildcardPathTokenFields in com.jayway.jsonpath.internal.path declared as PathToken Modifier and Type Field Description private PathTokenPathToken. nextprivate PathTokenPathToken. prevprivate PathTokenRootPathToken. tailMethods in com.jayway.jsonpath.internal.path that return PathToken Modifier and Type Method Description (package private) PathTokenPathToken. appendTailToken(PathToken next)static PathTokenPathTokenFactory. crateScanToken()static PathTokenPathTokenFactory. createFunctionPathToken(java.lang.String function)static PathTokenPathTokenFactory. createIndexArrayPathToken(ArrayIndexOperation arrayIndexOperation)static PathTokenPathTokenFactory. createPredicatePathToken(Predicate predicate)static PathTokenPathTokenFactory. createPredicatePathToken(java.util.Collection<Predicate> predicates)static PathTokenPathTokenFactory. createPropertyPathToken(java.util.List<java.lang.String> properties)static PathTokenPathTokenFactory. createSinglePropertyPathToken(java.lang.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 PathToken Modifier and Type Method Description RootPathTokenRootPathToken. append(PathToken next)PathTokenAppenderPathTokenAppender. appendPathToken(PathToken next)(package private) PathTokenPathToken. appendTailToken(PathToken next)private static ScanPathToken.PredicateScanPathToken. createScanPredicate(PathToken target, EvaluationContextImpl ctx)static voidScanPathToken. walk(PathToken pt, java.lang.String currentPath, PathRef parent, java.lang.Object model, EvaluationContextImpl ctx, ScanPathToken.Predicate predicate)static voidScanPathToken. walkArray(PathToken pt, java.lang.String currentPath, PathRef parent, java.lang.Object model, EvaluationContextImpl ctx, ScanPathToken.Predicate predicate)static voidScanPathToken. walkObject(PathToken pt, java.lang.String currentPath, PathRef parent, java.lang.Object model, EvaluationContextImpl ctx, ScanPathToken.Predicate predicate)Constructors in com.jayway.jsonpath.internal.path with parameters of type PathToken Constructor Description FilterPathTokenPredicate(PathToken target, EvaluationContextImpl ctx)PropertyPathTokenPredicate(PathToken target, EvaluationContextImpl ctx)
-