| Package | Description |
|---|---|
| com.jayway.jsonpath | |
| com.jayway.jsonpath.internal.filter | |
| com.jayway.jsonpath.internal.path |
| Modifier and Type | Field and Description |
|---|---|
private Path |
JsonPath.path |
| Modifier and Type | Method and Description |
|---|---|
static Criteria |
Criteria.where(Path key)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
private Path |
ValueNode.PathNode.path |
| Modifier and Type | Method and Description |
|---|---|
Path |
ValueNode.PathNode.getPath() |
| Modifier and Type | Method and Description |
|---|---|
static ValueNode |
ValueNode.createPathNode(Path path) |
| Constructor and Description |
|---|
PathNode(Path path) |
PathNode(Path path,
boolean existsCheck,
boolean shouldExist) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompiledPath |
| Modifier and Type | Field and Description |
|---|---|
private Path |
EvaluationContextImpl.path |
| Modifier and Type | Field and Description |
|---|---|
private java.util.HashMap<Path,java.lang.Object> |
EvaluationContextImpl.documentEvalCache |
private java.util.HashMap<Path,java.lang.Object> |
PredicateContextImpl.documentPathCache |
| Modifier and Type | Method and Description |
|---|---|
private Path |
PathCompiler.compile() |
static Path |
PathCompiler.compile(java.lang.String path,
Predicate... filters) |
| Modifier and Type | Method and Description |
|---|---|
java.util.HashMap<Path,java.lang.Object> |
EvaluationContextImpl.documentEvalCache() |
java.util.HashMap<Path,java.lang.Object> |
PredicateContextImpl.documentPathCache() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
PredicateContextImpl.evaluate(Path path) |
| Constructor and Description |
|---|
EvaluationContextImpl(Path path,
java.lang.Object rootDocument,
Configuration configuration,
boolean forUpdate) |
| Constructor and Description |
|---|
PredicateContextImpl(java.lang.Object contextDocument,
java.lang.Object rootDocument,
Configuration configuration,
java.util.HashMap<Path,java.lang.Object> documentPathCache) |