Uses of Interface
dev.cel.common.types.CelTypeProvider
-
Packages that use CelTypeProvider Package Description dev.cel.bundle dev.cel.checker dev.cel.common.types dev.cel.compiler -
-
Uses of CelTypeProvider in dev.cel.bundle
Methods in dev.cel.bundle with parameters of type CelTypeProvider Modifier and Type Method Description CelBuilderCelBuilder. setTypeProvider(CelTypeProvider celTypeProvider)Set thecelTypeProviderfor use with type-checking expressions. -
Uses of CelTypeProvider in dev.cel.checker
Classes in dev.cel.checker that implement CelTypeProvider Modifier and Type Class Description classProtoTypeMaskTypeProviderTheProtoTypeMaskTypeProviderbinds a set ofProtoTypeMaskinstances to type definitions and ensures that only fields which have been explicitly listed by the set ofProtoTypeMaskvalues is exposed within the CEL type system.Methods in dev.cel.checker with parameters of type CelTypeProvider Modifier and Type Method Description CelCheckerBuilderCelCheckerBuilder. setTypeProvider(CelTypeProvider celTypeProvider)Set thecelTypeProviderfor use with type-checking expressions.CelCheckerBuilderCelCheckerLegacyImpl.Builder. setTypeProvider(CelTypeProvider celTypeProvider) -
Uses of CelTypeProvider in dev.cel.common.types
Classes in dev.cel.common.types that implement CelTypeProvider Modifier and Type Class Description static classCelTypeProvider.CombinedCelTypeProviderTheCombinedCelTypeProviderimplements theCelTypeProviderinterface by merging theCelTypeinstances supported by each together.classProtoMessageTypeProviderTheProtoMessageTypeProviderimplements theCelTypeProviderinterface to provideCelTypeobjects for the core CEL types and a list of protobuf message types.Constructors in dev.cel.common.types with parameters of type CelTypeProvider Constructor Description CombinedCelTypeProvider(CelTypeProvider first, CelTypeProvider second)Constructor parameters in dev.cel.common.types with type arguments of type CelTypeProvider Constructor Description CombinedCelTypeProvider(com.google.common.collect.ImmutableList<CelTypeProvider> typeProviders) -
Uses of CelTypeProvider in dev.cel.compiler
Methods in dev.cel.compiler with parameters of type CelTypeProvider Modifier and Type Method Description CelCompilerBuilderCelCompilerBuilder. setTypeProvider(CelTypeProvider celTypeProvider)Set thecelTypeProviderfor use with type-checking expressions.CelCompilerBuilderCelCompilerImpl.Builder. setTypeProvider(CelTypeProvider celTypeProvider)
-