Class CelExecutor.Bindings

java.lang.Object
io.confluent.kafka.schemaregistry.rules.cel.CelExecutor.Bindings
Enclosing class:
CelExecutor

protected static final class CelExecutor.Bindings extends Object
Pre-converted CEL invocation context. Holds the CelUtils.ScriptType, a format-specific schema hint, the declTypes declarations, and the already-CEL-shaped celArgs. Reused across multiple evaluate calls within a single transform/execute so guard and body share the same conversions.