Class CelCompilerImpl

  • All Implemented Interfaces:
    CelChecker, EnvVisitable, CelCompiler, CelParser

    @Immutable
    @Internal
    public final class CelCompilerImpl
    extends java.lang.Object
    implements CelCompiler, EnvVisitable
    CelCompiler implementation which uses either the legacy or modernized CEL-Java stack to offer a stream-lined expression parse/type-check experience, via a single compile method.

    CEL Library Internals. Do Not Use. Consumers should use factories, such as CelCompilerFactory instead to instantiate a compiler.