Package org.vedantatree.expressionoasis.extensions.customfunctions
-
Interface Summary Interface Description CustomFunctionSourceProvider CustomFunctionSourceProviders provide source code for custom methods that will be created at run-time to be used as expression engine functions. -
Class Summary Class Description CustomFunctionProvider Provides custom functions where the source code for the functions is stored as configuration in order to make adding new functions very simple.CustomFunctionsClassFactory Builds a java class dynamically at run-time from method source code configured outside of the code base.