| Package | Description |
|---|---|
| io.burt.jmespath | |
| io.burt.jmespath.function |
| Modifier and Type | Field and Description |
|---|---|
protected FunctionRegistry |
RuntimeConfiguration.Builder.functionRegistry |
| Modifier and Type | Method and Description |
|---|---|
FunctionRegistry |
BaseRuntime.functionRegistry() |
FunctionRegistry |
RuntimeConfiguration.functionRegistry() |
FunctionRegistry |
Adapter.functionRegistry()
Returns a function registry that can be used by the expression compiler
to look up functions.
|
| Modifier and Type | Method and Description |
|---|---|
RuntimeConfiguration.Builder |
RuntimeConfiguration.Builder.withFunctionRegistry(FunctionRegistry functionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static FunctionRegistry |
FunctionRegistry.defaultRegistry()
Returns a registry with all the the functions specified in the JMESPath
specification.
|
FunctionRegistry |
FunctionRegistry.extend(Function... functions)
Creates a new function registry that contains all the functions of this
registry and the specified functions.
|
Copyright © 2016–2021. All rights reserved.