All Classes and Interfaces

Class
Description
A CelTypeProvider that surfaces Avro Schema record types as CEL StructTypes.
Converts a CEL evaluation result (typically a Map literal or scalar) back into the Avro representation matching a target Schema.
Schema Registry's built-in CEL function library.
 
Pre-converted CEL invocation context.
 
Canonical CEL type-name labels for the extended types (Decimal, Timestamp, Variant) plus their Java cel-java OpaqueType decls.
Shared CEL helpers used by both the transform-path executor (CelExecutor) and the validation-path executor (CelValidator).
Compiled rule output: the runnable CelRuntime.Program plus the compile-time result-type CelKind.
Regex engine used by the CEL matches / matches_string overloads.
 
Validation-rule executor backed by CEL.