Uses of Class
dev.cel.common.internal.Errors
-
Packages that use Errors Package Description dev.cel.checker -
-
Uses of Errors in dev.cel.checker
Methods in dev.cel.checker that return Errors Modifier and Type Method Description ErrorsEnv. getErrorContext()Returns the current Errors object.Methods in dev.cel.checker with parameters of type Errors Modifier and Type Method Description 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. standard(Errors errors, CelOptions celOptions)Creates anEnvvalue configured with the standard types, functions, and operators and a reference to the configuredcelOptions.static EnvEnv. standard(Errors errors, 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.static EnvEnv. unconfigured(Errors errors, CelOptions celOptions)Creates an unconfiguredEnvvalue without the standard CEL types, functions, and operators with a reference to the configuredcelOptions.static EnvEnv. unconfigured(Errors errors, ExprFeatures... exprFeatures)Deprecated.useunconfiguredwithCelOptionsinstead.
-