Package | Description |
---|---|
com.jayway.jsonpath.internal.path |
Modifier and Type | Class and Description |
---|---|
class |
ArrayPathToken |
class |
FunctionPathToken
Token representing a Function call to one of the functions produced via the FunctionFactory
|
class |
PredicatePathToken |
class |
RootPathToken |
class |
ScanPathToken |
class |
WildcardPathToken |
Modifier and Type | Method and Description |
---|---|
static PathToken |
PathTokenFactory.crateScanToken() |
static PathToken |
PathTokenFactory.createFunctionPathToken(String function) |
static PathToken |
PathTokenFactory.createIndexArrayPathToken(ArrayIndexOperation arrayIndexOperation) |
static PathToken |
PathTokenFactory.createPredicatePathToken(Collection<Predicate> predicates) |
static PathToken |
PathTokenFactory.createPredicatePathToken(Predicate predicate) |
static PathToken |
PathTokenFactory.createPropertyPathToken(List<String> properties) |
static PathToken |
PathTokenFactory.createSinglePropertyPathToken(String property) |
static PathToken |
PathTokenFactory.createSliceArrayPathToken(ArraySliceOperation arraySliceOperation) |
static PathToken |
PathTokenFactory.createWildCardPathToken() |
Modifier and Type | Method and Description |
---|---|
RootPathToken |
RootPathToken.append(PathToken next) |
PathTokenAppender |
PathTokenAppender.appendPathToken(PathToken next) |
static void |
ScanPathToken.walk(PathToken pt,
String currentPath,
PathRef parent,
Object model,
EvaluationContextImpl ctx,
com.jayway.jsonpath.internal.path.ScanPathToken.Predicate predicate) |
static void |
ScanPathToken.walkArray(PathToken pt,
String currentPath,
PathRef parent,
Object model,
EvaluationContextImpl ctx,
com.jayway.jsonpath.internal.path.ScanPathToken.Predicate predicate) |
static void |
ScanPathToken.walkObject(PathToken pt,
String currentPath,
PathRef parent,
Object model,
EvaluationContextImpl ctx,
com.jayway.jsonpath.internal.path.ScanPathToken.Predicate predicate) |
Copyright © 2016. All rights reserved.