| Package | Description |
|---|---|
| com.api.jsonata4java |
| Modifier and Type | Method and Description |
|---|---|
static List<Binding> |
Expression.createBindings(com.fasterxml.jackson.databind.JsonNode bindingObj)
Establish a list of bindings for the given json object
|
| Modifier and Type | Method and Description |
|---|---|
void |
Expression.assign(Binding binding)
Assign the binding to the environment preparing for evaluation
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
Expression.evaluate(com.fasterxml.jackson.databind.JsonNode rootContext,
List<Binding> bindings)
Generate a result form the Expression's parsed expression and variable
assignments or registered functions specified in the list of bindings
|
Copyright © 2022. All rights reserved.