Uses of Class
com.jayway.jsonpath.internal.path.RootPathToken
-
Packages that use RootPathToken Package Description com.jayway.jsonpath.internal.path -
-
Uses of RootPathToken in com.jayway.jsonpath.internal.path
Fields in com.jayway.jsonpath.internal.path declared as RootPathToken Modifier and Type Field Description private RootPathToken
CompiledPath. root
Methods in com.jayway.jsonpath.internal.path that return RootPathToken Modifier and Type Method Description RootPathToken
RootPathToken. append(PathToken next)
static RootPathToken
PathTokenFactory. createRootPathToken(char token)
private RootPathToken
PathCompiler. readContextToken()
Constructors in com.jayway.jsonpath.internal.path with parameters of type RootPathToken Constructor Description CompiledPath(RootPathToken root, boolean isRootPath)
-