Class CelCompilerFactory


  • public final class CelCompilerFactory
    extends java.lang.Object
    Factory class for creating builders for type-checker and compiler instances.
    • Method Detail

      • standardCelCheckerBuilder

        public static CelCheckerBuilder standardCelCheckerBuilder()
        Create a new builder to construct a CelChecker instance.

        Note, the CelOptions.current() and the standard CEL function declarations are configured by default.

      • standardCelCompilerBuilder

        public static CelCompilerBuilder standardCelCompilerBuilder()
        Create a new builder to construct a CelCompiler instance.

        Note, the CelOptions.current() and the standard CEL function declarations are configured by default.