| Package | Description |
|---|---|
| com.api.jsonata4java | |
| com.api.jsonata4java.expressions |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
Expression.evaluate(com.fasterxml.jackson.databind.JsonNode rootContext)
Generate a result form the Expression's parsed expression and variable
assignments or registered functions
|
com.fasterxml.jackson.databind.JsonNode |
Expression.evaluate(com.fasterxml.jackson.databind.JsonNode rootContext,
com.fasterxml.jackson.databind.JsonNode bindingObj)
Generate a result form the Expression's parsed expression and variable
assignments or registered functions specified in the bindings object
|
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
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
Expressions.evaluate(com.fasterxml.jackson.databind.JsonNode rootContext)
Evaluate the stored expression against the supplied event and application
interface data.
|
Copyright © 2019. All rights reserved.