Uses of Enum Class
io.confluent.kafka.schemaregistry.rules.cel.CelUtils.RegexEngine
Packages that use CelUtils.RegexEngine
-
Uses of CelUtils.RegexEngine in io.confluent.kafka.schemaregistry.rules.cel
Fields in io.confluent.kafka.schemaregistry.rules.cel declared as CelUtils.RegexEngineModifier and TypeFieldDescriptionstatic final CelUtils.RegexEngineCelUtils.RegexEngine.DEFAULTThe default engine when none is configured.Methods in io.confluent.kafka.schemaregistry.rules.cel that return CelUtils.RegexEngineModifier and TypeMethodDescriptionstatic CelUtils.RegexEngineCelUtils.RegexEngine.fromString(String s) static CelUtils.RegexEngineReturns the enum constant of this class with the specified name.static CelUtils.RegexEngine[]CelUtils.RegexEngine.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.RegexEngineModifier 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, CelUtils.RegexEngine regexEngine)