Class CelExecutor
java.lang.Object
io.confluent.kafka.schemaregistry.rules.cel.CelExecutor
- All Implemented Interfaces:
RuleBase,RuleExecutor,AutoCloseable,org.apache.kafka.common.Configurable
-
Field Summary
FieldsFields inherited from interface io.confluent.kafka.schemaregistry.rules.RuleBase
DEFAULT_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.confluent.kafka.schemaregistry.rules.RuleBase
addOriginalConfigs, close, configure, setSchemaRegistryClient
-
Field Details
-
TYPE
- See Also:
-
CEL_IGNORE_GUARD_SEPARATOR
- See Also:
-
-
Constructor Details
-
CelExecutor
public CelExecutor()
-
-
Method Details
-
type
-
transform
- Specified by:
transformin interfaceRuleExecutor- Throws:
RuleException
-
execute
- Throws:
RuleException
-