| Class | Description |
|---|---|
| Function | Deprecated
This class will be package-private and won't be available to users in release 5.0.0.
|
| FunctionManager | |
| JacksonBasedFunction |
A base function using Jackson for the invoke method arguments and invoke method return type.
|
| JsonpBasedFunction |
A base function using JSONP for the invoke method arguments and invoke method return type.
|
| StringBasedFunction |
A base function using the internal String representation as it is for the invoke method
arguments, and invoke method return type.
|