Uses of Class
io.confluent.kafka.schemaregistry.rules.cel.CelUtils.CompiledRule
Packages that use CelUtils.CompiledRule
-
Uses of CelUtils.CompiledRule in io.confluent.kafka.schemaregistry.rules.cel
Methods in io.confluent.kafka.schemaregistry.rules.cel that return CelUtils.CompiledRuleModifier and TypeMethodDescriptionstatic CelUtils.CompiledRuleCelUtils.buildCompiledRule(CelUtils.ScriptType type, String expr, Object schemaHint, List<dev.cel.common.CelVarDecl> varDecls, CelUtils.RegexEngine regexEngine) LikeCelUtils.buildProgram(io.confluent.kafka.schemaregistry.rules.cel.CelUtils.ScriptType, java.lang.String, java.lang.Object, java.util.List<dev.cel.common.CelVarDecl>)but exposes the compiled AST's result-typeCelKindalongside the runnable program.