| CelByteString |
CelByteString is an immutable sequence of a byte array.
|
| CelValue |
A representation of a CEL value for the runtime.
|
| CelValueConverter |
CelValueConverter handles bidirectional conversion between native Java objects to CelValue.
|
| ErrorValue |
CelErrorValue represent the intermediate error that occurs during evaluation in the form of Java
exception.
|
| NullValue |
NullValue represents the value 'null' of 'null_type' according to the CEL specification.
|
| OpaqueValue |
OpaqueValue is the value representation of OpaqueType.
|
| OptionalValue<E,T> |
First-class support for CEL optionals.
|
| StructValue<F,V> |
StructValue is a representation of a structured object with typed properties.
|