| Package | Description |
|---|---|
| com.api.jsonata4java |
| 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 © 2020. All rights reserved.