| BaseProtoCelValueConverter |
BaseProtoCelValueConverter contains the common logic for converting between native Java
and protobuf objects to CelValue.
|
| BaseProtoMessageValueProvider |
BaseProtoMessageValueProvider is a common parent to ProtoMessageValueProvider and
ProtoMessageLiteValueProvider.
|
| CombinedCelValueConverter |
CombinedCelValueConverter delegates value conversion to a list of underlying CelValueConverters.
|
| CombinedCelValueProvider |
The CombinedCelValueProvider takes one or more CelValueProvider instances and
attempts to create a CelValue instance for a given struct type name by calling each value
provider in the order that they are provided to the constructor.
|
| MutableMapValue |
A custom CelValue implementation that allows O(1) insertions for maps during comprehension.
|
| ProtoCelValueConverter |
ProtoCelValueConverter handles bidirectional conversion between native Java and protobuf
objects to CelValue.
|
| ProtoMessageValue |
ProtoMessageValue is a struct value with protobuf support.
|
| ProtoMessageValueProvider |
ProtoMessageValueProvider constructs new instances of a protobuf message given its fully
qualified name and its fields to populate.
|