Class CelCheckerLegacyImpl

  • All Implemented Interfaces:
    CelChecker, EnvVisitable

    @Immutable
    @Internal
    public final class CelCheckerLegacyImpl
    extends java.lang.Object
    implements CelChecker, EnvVisitable
    CelChecker implementation which uses the original CEL-Java APIs to provide a simple, consistent interface for type-checking.

    CEL Library Internals. Do Not Use. Consumers should use CelCompilerFactory to instantiate a type-checker.