| 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,
List<Parameter> parameters)
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,
List<Parameter> parameters) |
| Modifier and Type | Method and Description |
|---|---|
Object |
Append.invoke(String currentPath,
PathRef parent,
Object model,
EvaluationContext ctx,
List<Parameter> parameters) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractAggregation.invoke(String currentPath,
PathRef parent,
Object model,
EvaluationContext ctx,
List<Parameter> parameters) |
| Modifier and Type | Method and Description |
|---|---|
Object |
Length.invoke(String currentPath,
PathRef parent,
Object model,
EvaluationContext ctx,
List<Parameter> parameters) |
Object |
Concatenate.invoke(String currentPath,
PathRef parent,
Object model,
EvaluationContext ctx,
List<Parameter> parameters) |
| 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 © 2016. All rights reserved.