Uses of Interface
dev.cel.compiler.CelCompiler
-
Packages that use CelCompiler Package Description dev.cel.compiler -
-
Uses of CelCompiler in dev.cel.compiler
Classes in dev.cel.compiler that implement CelCompiler Modifier and Type Class Description classCelCompilerImplCelCompiler implementation which uses either the legacy or modernized CEL-Java stack to offer a stream-lined expression parse/type-check experience, via a singlecompilemethod.Methods in dev.cel.compiler that return CelCompiler Modifier and Type Method Description CelCompilerCelCompilerBuilder. build()Build a new instance of theCelCompiler.static CelCompilerCelCompilerFactory. combine(CelParser celParser, CelChecker celChecker)
-