Enum Class CelUtils.RegexEngine

java.lang.Object
java.lang.Enum<CelUtils.RegexEngine>
io.confluent.kafka.schemaregistry.rules.cel.CelUtils.RegexEngine
All Implemented Interfaces:
Serializable, Comparable<CelUtils.RegexEngine>, Constable
Enclosing class:
CelUtils

public static enum CelUtils.RegexEngine extends Enum<CelUtils.RegexEngine>
Regex engine used by the CEL matches / matches_string overloads. Selectable per-rule (via params.cel.regex.engine) or globally (via the executor config). The unconfigured default is DEFAULT.