public class CustomFunctionsClassFactory extends Object
| Constructor and Description |
|---|
CustomFunctionsClassFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Object> |
getCustomFunctionsClass(CustomFunctionSourceProvider sourceProvider)
It returns a class which will contain all the functions provided by
specified source provider.
|
public static Class<? extends Object> getCustomFunctionsClass(CustomFunctionSourceProvider sourceProvider)
sourceProvider - It provides the source for dynamic methods. Actual
source can be XML file, or a stream, hard coded values or anything similar