Uses of Interface
dev.cel.common.values.CelValueProvider
-
Packages that use CelValueProvider Package Description dev.cel.bundle dev.cel.common.values dev.cel.runtime -
-
Uses of CelValueProvider in dev.cel.bundle
Methods in dev.cel.bundle with parameters of type CelValueProvider Modifier and Type Method Description CelBuilderCelBuilder. setValueProvider(CelValueProvider celValueProvider)Sets thecelValueProviderfor resolving values during evaluation. -
Uses of CelValueProvider in dev.cel.common.values
Classes in dev.cel.common.values that implement CelValueProvider Modifier and Type Class Description static classCelValueProvider.CombinedCelValueProviderTheCelValueProvider.CombinedCelValueProvidertakes one or moreCelValueProviderinstances and attempts to create aCelValueinstance for a given struct type name by calling each value provider in the order that they are provided to the constructor.classProtoMessageValueProviderProtoMessageValueProviderconstructs new instances of a protobuf message given its fully qualified name and its fields to populate.Constructors in dev.cel.common.values with parameters of type CelValueProvider Constructor Description CombinedCelValueProvider(CelValueProvider first, CelValueProvider second) -
Uses of CelValueProvider in dev.cel.runtime
Methods in dev.cel.runtime with parameters of type CelValueProvider Modifier and Type Method Description CelRuntimeBuilderCelRuntimeBuilder. setValueProvider(CelValueProvider celValueProvider)Sets thecelValueProviderfor resolving values during evaluation.CelRuntimeBuilderCelRuntimeLegacyImpl.Builder. setValueProvider(CelValueProvider celValueProvider)Constructors in dev.cel.runtime with parameters of type CelValueProvider Constructor Description RuntimeTypeProviderLegacyImpl(CelOptions celOptions, CelValueProvider valueProvider, CelDescriptorPool celDescriptorPool, DynamicProto dynamicProto)
-