| 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 | Method and Description |
|---|---|
static PathToken |
PathTokenFactory.createFunctionPathToken(String function,
List<Parameter> parameters) |
| Constructor and Description |
|---|
FunctionPathToken(String pathFragment,
List<Parameter> parameters) |
Copyright © 2016. All rights reserved.