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.checker
Methods 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.CelCheckerLegacyImpl.BuilderCelCheckerLegacyImpl.Builder. setOptions(CelOptions celOptions)Set theCelOptionsused to enable fixes and features for this CEL instances.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.common
Fields 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.compiler
Methods 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.CelCompilerImpl.BuilderCelCompilerImpl.Builder. setOptions(CelOptions options)Set theCelOptionsused to enable fixes and features for this CEL instances. -
Uses of CelOptions in dev.cel.parser
Methods 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)
-