Class RootPathToken
java.lang.Object
com.jayway.jsonpath.internal.path.PathToken
com.jayway.jsonpath.internal.path.RootPathToken
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidevaluate(String currentPath, PathRef pathRef, Object model, EvaluationContextImpl ctx) intbooleanbooleanMethods inherited from class PathToken
appendTailToken, equals, handleArrayIndex, handleObjectProperty, hashCode, invoke, isLeaf, isPathDefinite, isRoot, isUpstreamDefinite, next, prev, toString
-
Field Details
-
tail
-
tokenCount
private int tokenCount -
rootToken
-
-
Constructor Details
-
RootPathToken
RootPathToken(char rootToken)
-
-
Method Details
-
getTokenCount
public int getTokenCount()- Overrides:
getTokenCountin classPathToken
-
append
-
getPathTokenAppender
-
evaluate
-
getPathFragment
- Specified by:
getPathFragmentin classPathToken
-
isTokenDefinite
public boolean isTokenDefinite()- Specified by:
isTokenDefinitein classPathToken
-
isFunctionPath
public boolean isFunctionPath()
-