Package io.keikai.model.sys.formula
Class FunctionResolverFactory
java.lang.Object
io.keikai.model.sys.formula.FunctionResolverFactory
Factory of formula function resolvers used by the Rust formula engine
(via
UdfBridge) when it needs to call back
into Java to evaluate a user-defined function.
The legacy POI-backed default implementation
(FunctionResolverImpl) was deleted along with the rest of the
POI formula engine in Phase-7. The factory now returns a no-op
resolver by default; deployments that need real UDFs supply their own
implementation via the io.keikai.model.FunctionResolver.class
Library property.
- Author:
- Pao
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FunctionResolverFactory
public FunctionResolverFactory()
-
-
Method Details
-
createFunctionResolver
-