Uses of Enum Class
io.confluent.kafka.schemaregistry.rules.cel.CelUtils.ScriptType
Packages that use CelUtils.ScriptType
-
Uses of CelUtils.ScriptType in io.confluent.kafka.schemaregistry.rules.cel
Methods in io.confluent.kafka.schemaregistry.rules.cel that return CelUtils.ScriptTypeModifier and TypeMethodDescriptionCelExecutor.Bindings.type()static CelUtils.ScriptTypeReturns the enum constant of this class with the specified name.static CelUtils.ScriptType[]CelUtils.ScriptType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.confluent.kafka.schemaregistry.rules.cel with parameters of type CelUtils.ScriptTypeModifier 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.static dev.cel.runtime.CelRuntime.ProgramCelUtils.buildProgram(CelUtils.ScriptType type, String expr, Object schemaHint, List<dev.cel.common.CelVarDecl> varDecls) Build a CELCelRuntime.Programfor(type, expr, schemaHint, varDecls).static dev.cel.runtime.CelRuntime.ProgramCelUtils.buildProgram(CelUtils.ScriptType type, String expr, Object schemaHint, List<dev.cel.common.CelVarDecl> varDecls, CelUtils.RegexEngine regexEngine)