Package | Description |
---|---|
com.jayway.jsonpath.internal.path |
Modifier and Type | Method and Description |
---|---|
boolean |
PredicatePathToken.accept(Object obj,
Object root,
Configuration configuration,
EvaluationContextImpl evaluationContext) |
protected boolean |
ArrayPathToken.checkArrayModel(String currentPath,
Object model,
EvaluationContextImpl ctx)
Check if model is non-null and array.
|
void |
PredicatePathToken.evaluate(String currentPath,
PathRef ref,
Object model,
EvaluationContextImpl ctx) |
void |
ScanPathToken.evaluate(String currentPath,
PathRef parent,
Object model,
EvaluationContextImpl ctx) |
void |
ArrayPathToken.evaluate(String currentPath,
PathRef parent,
Object model,
EvaluationContextImpl ctx) |
void |
WildcardPathToken.evaluate(String currentPath,
PathRef parent,
Object model,
EvaluationContextImpl ctx) |
void |
FunctionPathToken.evaluate(String currentPath,
PathRef parent,
Object model,
EvaluationContextImpl ctx) |
abstract void |
PathToken.evaluate(String currentPath,
PathRef parent,
Object model,
EvaluationContextImpl ctx) |
void |
RootPathToken.evaluate(String currentPath,
PathRef pathRef,
Object model,
EvaluationContextImpl ctx) |
void |
ArrayPathToken.evaluateIndexOperation(String currentPath,
PathRef parent,
Object model,
EvaluationContextImpl ctx) |
void |
ArrayPathToken.evaluateSliceOperation(String currentPath,
PathRef parent,
Object model,
EvaluationContextImpl ctx) |
protected void |
PathToken.handleArrayIndex(int index,
String currentPath,
Object model,
EvaluationContextImpl ctx) |
void |
PathToken.invoke(PathFunction pathFunction,
String currentPath,
PathRef parent,
Object model,
EvaluationContextImpl ctx) |
void |
ArrayPathToken.sliceBetween(ArraySliceOperation operation,
String currentPath,
PathRef parent,
Object model,
EvaluationContextImpl ctx) |
void |
ArrayPathToken.sliceFrom(ArraySliceOperation operation,
String currentPath,
PathRef parent,
Object model,
EvaluationContextImpl ctx) |
void |
ArrayPathToken.sliceTo(ArraySliceOperation operation,
String currentPath,
PathRef parent,
Object model,
EvaluationContextImpl ctx) |
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 © 2021. All rights reserved.