Package dev.cel.bundle
Class CelFactory
- java.lang.Object
-
- dev.cel.bundle.CelFactory
-
public final class CelFactory extends java.lang.ObjectHelper class to configure the entire CEL stack in a common interface.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Celcombine(CelCompiler celCompiler, CelRuntime celRuntime)static CelBuilderstandardCelBuilder()Creates a builder for configuring CEL using current parser for the parse, type-check, and eval of expressions.
-
-
-
Method Detail
-
standardCelBuilder
public static CelBuilder standardCelBuilder()
Creates a builder for configuring CEL using current parser for the parse, type-check, and eval of expressions.Note, the
CelOptions.current(), standard CEL function libraries, and linked message evaluation are enabled by default.
-
combine
public static Cel combine(CelCompiler celCompiler, CelRuntime celRuntime)
-
-