Class CelFactory


  • public final class CelFactory
    extends java.lang.Object
    Helper class to configure the entire CEL stack in a common interface.
    • 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.