Package | Description |
---|---|
com.jayway.jsonpath.internal | |
com.jayway.jsonpath.internal.function | |
com.jayway.jsonpath.internal.function.numeric | |
com.jayway.jsonpath.internal.path |
Modifier and Type | Method and Description |
---|---|
EvaluationContext |
Path.evaluate(Object document,
Object rootDocument,
Configuration configuration)
Evaluates this path
|
EvaluationContext |
Path.evaluate(Object document,
Object rootDocument,
Configuration configuration,
boolean forUpdate)
Evaluates this path
|
Modifier and Type | Method and Description |
---|---|
Object |
PathFunction.invoke(String currentPath,
PathRef parent,
Object model,
EvaluationContext ctx)
Invoke the function and output a JSON object (or scalar) value which will be the result of executing the path
|
Object |
PassthruPathFunction.invoke(String currentPath,
PathRef parent,
Object model,
EvaluationContext ctx) |
Object |
Length.invoke(String currentPath,
PathRef parent,
Object model,
EvaluationContext ctx) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractAggregation.invoke(String currentPath,
PathRef parent,
Object model,
EvaluationContext ctx) |
Modifier and Type | Class and Description |
---|---|
class |
EvaluationContextImpl |
Modifier and Type | Method and Description |
---|---|
EvaluationContext |
CompiledPath.evaluate(Object document,
Object rootDocument,
Configuration configuration) |
EvaluationContext |
CompiledPath.evaluate(Object document,
Object rootDocument,
Configuration configuration,
boolean forUpdate) |
Copyright © 2023. All rights reserved.