Class RustFormatBridge

java.lang.Object
io.keikai.model.impl.sys.RustFormatBridge

public final class RustFormatBridge extends Object
Bridge that resolves io.keikai.native0.KeikaiNative static methods via MethodHandle reflection at class load. All call sites in this class throw IllegalStateException if keikai-native is missing from the runtime classpath — the engine refuses to run without the Rust dylib, matching EngineFactory.createFormulaEngine().
Since:
7.0.0
  • Method Details

    • formatNumberWithColor

      public static String formatNumberWithColor(double value, String format)
    • formatNumber

      public static String formatNumber(double value, String format)
    • formatText

      public static String formatText(String text, String format)
    • builtinFormat

      public static String builtinFormat(int id)