Class FunctionResolverFactory

java.lang.Object
io.keikai.model.sys.formula.FunctionResolverFactory

public class FunctionResolverFactory extends Object
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 Details

    • FunctionResolverFactory

      public FunctionResolverFactory()
  • Method Details

    • createFunctionResolver

      public static FunctionResolver createFunctionResolver()