| Package | Description |
|---|---|
| io.burt.jmespath | |
| io.burt.jmespath.function |
| Modifier and Type | Field | Description |
|---|---|---|
protected FunctionRegistry |
RuntimeConfiguration.Builder.functionRegistry |
| Modifier and Type | Method | Description |
|---|---|---|
FunctionRegistry |
Adapter.functionRegistry() |
Returns a function registry that can be used by the expression compiler
to look up functions.
|
FunctionRegistry |
BaseRuntime.functionRegistry() |
|
FunctionRegistry |
RuntimeConfiguration.functionRegistry() |
| Modifier and Type | Method | Description |
|---|---|---|
RuntimeConfiguration.Builder |
RuntimeConfiguration.Builder.withFunctionRegistry(FunctionRegistry functionRegistry) |
| Modifier and Type | Method | 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–2019. All rights reserved.