Class RootPathToken
java.lang.Object
com.jayway.jsonpath.internal.path.PathToken
com.jayway.jsonpath.internal.path.RootPathToken
-
Method Summary
Modifier and TypeMethodDescriptionvoidevaluate(String currentPath, PathRef pathRef, Object model, EvaluationContextImpl ctx) intbooleanbooleanMethods inherited from class PathToken
equals, handleArrayIndex, hashCode, invoke, isPathDefinite, toString
-
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()
-