| Package | Description |
|---|---|
| org.vedantatree.expressionoasis.extensions.customfunctions | |
| org.vedantatree.expressionoasis.extensions.customfunctions.xml |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Object> |
CustomFunctionsClassFactory.getCustomFunctionsClass(CustomFunctionSourceProvider sourceProvider)
It returns a class which will contain all the functions provided by
specified source provider.
|
| Constructor and Description |
|---|
CustomFunctionProvider(Class<? extends CustomFunctionSourceProvider> sourceProvider)
Dynamically generates a class at run time based on the source code of methods
provided by the sourceProvider, and makes the methods available to the
expression engine as functions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLCustomFunctionSourceProvider
Enables method source code for custom expression engine functions to be generated at run-time
to stored in an XML config file.
|