Uses of Interface
dev.cel.common.internal.CelDescriptorPool
-
Packages that use CelDescriptorPool Package Description dev.cel.common.internal dev.cel.common.values dev.cel.runtime -
-
Uses of CelDescriptorPool in dev.cel.common.internal
Classes in dev.cel.common.internal that implement CelDescriptorPool Modifier and Type Class Description classCombinedDescriptorPoolTheCombinedDescriptorPooltakes one or moreCelDescriptorPoolinstances and supports descriptor lookups in the order the descriptor pools are added to the constructor.classDefaultDescriptorPoolA descriptor pool that has descriptors pre-loaded for well-known types defined byWellKnownProto.Methods in dev.cel.common.internal that return CelDescriptorPool Modifier and Type Method Description CelDescriptorPoolDefaultMessageFactory. getDescriptorPool()default CelDescriptorPoolProtoMessageFactory. getDescriptorPool()Gets the underlying descriptor pool used to construct proto messages.Methods in dev.cel.common.internal with parameters of type CelDescriptorPool Modifier and Type Method Description static DefaultMessageFactoryDefaultMessageFactory. create(CelDescriptorPool celDescriptorPool)Method parameters in dev.cel.common.internal with type arguments of type CelDescriptorPool Modifier and Type Method Description static CombinedDescriptorPoolCombinedDescriptorPool. create(com.google.common.collect.ImmutableList<CelDescriptorPool> descriptorPools) -
Uses of CelDescriptorPool in dev.cel.common.values
Methods in dev.cel.common.values with parameters of type CelDescriptorPool Modifier and Type Method Description static ProtoMessageValueProtoMessageValue. create(Message value, CelDescriptorPool celDescriptorPool, ProtoCelValueConverter protoCelValueConverter)static ProtoCelValueConverterProtoCelValueConverter. newInstance(CelOptions celOptions, CelDescriptorPool celDescriptorPool, DynamicProto dynamicProto)Constructs a new instance of ProtoCelValueConverter. -
Uses of CelDescriptorPool in dev.cel.runtime
Constructors in dev.cel.runtime with parameters of type CelDescriptorPool Constructor Description RuntimeTypeProviderLegacyImpl(CelOptions celOptions, CelValueProvider valueProvider, CelDescriptorPool celDescriptorPool, DynamicProto dynamicProto)
-