public class FunctionRegistry extends Object
| Constructor and Description |
|---|
FunctionRegistry(Function... functions)
Creates a new function registry containing the specified functions.
|
| Modifier and Type | Method and Description |
|---|---|
static FunctionRegistry |
defaultRegistry()
Returns a registry with all the the functions specified in the JMESPath
specification.
|
FunctionRegistry |
extend(Function... functions)
Creates a new function registry that contains all the functions of this
registry and the specified functions.
|
Function |
getFunction(String functionName)
Returns the function by the specified name or null if no such function exists.
|
public FunctionRegistry(Function... functions)
public static FunctionRegistry defaultRegistry()
public Function getFunction(String functionName)
public FunctionRegistry extend(Function... functions)
Copyright © 2016–2021. All rights reserved.