Uses of Class
dev.cel.common.CelOptions
- 
Packages that use CelOptions Package Description dev.cel.checker dev.cel.common dev.cel.compiler dev.cel.parser 
- 
- 
Uses of CelOptions in dev.cel.checkerMethods in dev.cel.checker with parameters of type CelOptions Modifier and Type Method Description CelCheckerBuilderCelCheckerBuilder. setOptions(CelOptions options)Set theCelOptionsused to enable fixes and features for this CEL instances.CelCheckerBuilderCelCheckerLegacyImpl.Builder. setOptions(CelOptions celOptions)static EnvEnv. standard(CelStandardDeclarations celStandardDeclaration, Errors errors, TypeProvider typeProvider, CelOptions celOptions)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, CelOptions celOptions)Creates anEnvvalue configured with the standard types, functions, and operators and a reference to the configuredcelOptions.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, CelOptions celOptions)Creates an unconfiguredEnvvalue without the standard CEL types, functions, and operators with a reference to the configuredcelOptions.
- 
Uses of CelOptions in dev.cel.commonFields in dev.cel.common declared as CelOptions Modifier and Type Field Description static CelOptionsCelOptions. DEFAULTstatic CelOptionsCelOptions. LEGACYMethods in dev.cel.common that return CelOptions Modifier and Type Method Description abstract CelOptionsCelOptions.Builder. build()static CelOptionsCelOptions. fromExprFeatures(com.google.common.collect.ImmutableSet<ExprFeatures> features)
- 
Uses of CelOptions in dev.cel.compilerMethods in dev.cel.compiler with parameters of type CelOptions Modifier and Type Method Description CelCompilerBuilderCelCompilerBuilder. setOptions(CelOptions options)Set theCelOptionsused to enable fixes and features for this CEL instances.CelCompilerBuilderCelCompilerImpl.Builder. setOptions(CelOptions options)
- 
Uses of CelOptions in dev.cel.parserMethods in dev.cel.parser that return CelOptions Modifier and Type Method Description CelOptionsCelParserBuilder. getOptions()Retrieves the currently configuredCelOptionsfor the parser.CelOptionsCelParserImpl.Builder. getOptions()CelOptionsCelParserImpl. getOptions()Return the options theCelParserwas originally created with.Methods in dev.cel.parser with parameters of type CelOptions Modifier and Type Method Description CelParserBuilderCelParserBuilder. setOptions(CelOptions celOptions)Configures theCelOptionsused to enable fixes within the parser.CelParserImpl.BuilderCelParserImpl.Builder. setOptions(CelOptions options)
 
-