| Package | Description |
|---|---|
| com.jayway.jsonpath.internal.path |
| Modifier and Type | Class and Description |
|---|---|
private static class |
ScanPathToken.ArrayPathTokenPredicate |
private static class |
ScanPathToken.FilterPathTokenPredicate |
private static class |
ScanPathToken.PropertyPathTokenPredicate |
private static class |
ScanPathToken.WildcardPathTokenPredicate |
| Modifier and Type | Field and Description |
|---|---|
private static ScanPathToken.Predicate |
ScanPathToken.FALSE_PREDICATE |
| Modifier and Type | Method and Description |
|---|---|
private static ScanPathToken.Predicate |
ScanPathToken.createScanPredicate(PathToken target,
EvaluationContextImpl ctx) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ScanPathToken.walk(PathToken pt,
java.lang.String currentPath,
PathRef parent,
java.lang.Object model,
EvaluationContextImpl ctx,
ScanPathToken.Predicate predicate) |
static void |
ScanPathToken.walkArray(PathToken pt,
java.lang.String currentPath,
PathRef parent,
java.lang.Object model,
EvaluationContextImpl ctx,
ScanPathToken.Predicate predicate) |
static void |
ScanPathToken.walkObject(PathToken pt,
java.lang.String currentPath,
PathRef parent,
java.lang.Object model,
EvaluationContextImpl ctx,
ScanPathToken.Predicate predicate) |