Uses of Interface
dev.cel.checker.TypeProvider
-
Packages that use TypeProvider Package Description dev.cel.bundle dev.cel.checker dev.cel.compiler -
-
Uses of TypeProvider in dev.cel.bundle
Methods in dev.cel.bundle with parameters of type TypeProvider Modifier and Type Method Description CelBuilderCelBuilder. setTypeProvider(TypeProvider typeProvider)Deprecated.UseCelBuilder.setTypeProvider(CelTypeProvider)instead. -
Uses of TypeProvider in dev.cel.checker
Classes in dev.cel.checker that implement TypeProvider Modifier and Type Class Description classDescriptorTypeProviderTheDescriptorTypeProviderprovides type information for one or moreDescriptors.Descriptorinstances of proto messages.static classTypeProvider.CombinedTypeProviderDeprecated.TheCombinedTypeProvidertakes one or moreTypeProviderinstances and attempts to look up aTypeinstance for a giventypeNameby calling eachTypeProviderin the order that they are provided to the constructor.Methods in dev.cel.checker that return TypeProvider Modifier and Type Method Description TypeProviderEnv. getTypeProvider()Returns theTypeProvider.Methods in dev.cel.checker with parameters of type TypeProvider Modifier and Type Method Description CelCheckerBuilderCelCheckerBuilder. setTypeProvider(TypeProvider celTypeProvider)Deprecated.UseCelCheckerBuilder.setTypeProvider(CelTypeProvider)instead.CelCheckerBuilderCelCheckerLegacyImpl.Builder. setTypeProvider(TypeProvider typeProvider)Deprecated.static EnvEnv. standard(Errors errors, TypeProvider typeProvider, com.google.common.collect.ImmutableSet<ExprFeatures> exprFeatures)Deprecated.usestandardwithCelOptionsinstead.static EnvEnv. standard(Errors errors, TypeProvider typeProvider, CelOptions celOptions)Creates anEnvvalue configured with the standard types, functions, and operators, configured with a customtypeProviderand a reference to thecelOptionsto use within the environment.static EnvEnv. standard(Errors errors, TypeProvider typeProvider, ExprFeatures... exprFeatures)Deprecated.usestandardwithCelOptionsinstead.static EnvEnv. unconfigured(Errors errors, TypeProvider typeProvider, com.google.common.collect.ImmutableSet<ExprFeatures> exprFeatures)Deprecated.useunconfiguredwithCelOptionsinstead.static EnvEnv. unconfigured(Errors errors, TypeProvider typeProvider, CelOptions celOptions)Creates an unconfiguredEnvvalue without the standard CEL types, functions, and operators using a customtypeProvider.static EnvEnv. unconfigured(Errors errors, TypeProvider typeProvider, ExprFeatures... exprFeatures)Deprecated.useunconfiguredwithCelOptionsinstead.Constructor parameters in dev.cel.checker with type arguments of type TypeProvider Constructor Description CombinedTypeProvider(java.lang.Iterable<TypeProvider> typeProviders) -
Uses of TypeProvider in dev.cel.compiler
Methods in dev.cel.compiler with parameters of type TypeProvider Modifier and Type Method Description CelCompilerBuilderCelCompilerBuilder. setTypeProvider(TypeProvider typeProvider)Deprecated.UseCelCompilerBuilder.setTypeProvider(CelTypeProvider)instead.CelCompilerBuilderCelCompilerImpl.Builder. setTypeProvider(TypeProvider typeProvider)Deprecated.
-