Uses of Class
dev.cel.common.ExprFeatures
-
Packages that use ExprFeatures Package Description dev.cel.checker dev.cel.common -
-
Uses of ExprFeatures in dev.cel.checker
Methods in dev.cel.checker with parameters of type ExprFeatures Modifier and Type Method Description static Env
Env. standard(Errors errors, TypeProvider typeProvider, ExprFeatures... exprFeatures)
Deprecated.usestandard
withCelOptions
instead.static Env
Env. standard(Errors errors, ExprFeatures... exprFeatures)
Deprecated.usestandard
withCelOptions
instead.static Env
Env. unconfigured(Errors errors, TypeProvider typeProvider, ExprFeatures... exprFeatures)
Deprecated.useunconfigured
withCelOptions
instead.static Env
Env. unconfigured(Errors errors, ExprFeatures... exprFeatures)
Deprecated.useunconfigured
withCelOptions
instead.Method parameters in dev.cel.checker with type arguments of type ExprFeatures Modifier and Type Method Description static Env
Env. standard(Errors errors, TypeProvider typeProvider, com.google.common.collect.ImmutableSet<ExprFeatures> exprFeatures)
Deprecated.usestandard
withCelOptions
instead.static Env
Env. unconfigured(Errors errors, TypeProvider typeProvider, com.google.common.collect.ImmutableSet<ExprFeatures> exprFeatures)
Deprecated.useunconfigured
withCelOptions
instead. -
Uses of ExprFeatures in dev.cel.common
Fields in dev.cel.common with type parameters of type ExprFeatures Modifier and Type Field Description static com.google.common.collect.ImmutableSet<ExprFeatures>
ExprFeatures. CURRENT
Deprecated.Feature flags that enable the current best practices for CEL.static com.google.common.collect.ImmutableSet<ExprFeatures>
ExprFeatures. LEGACY
Deprecated.Methods in dev.cel.common that return ExprFeatures Modifier and Type Method Description static ExprFeatures
ExprFeatures. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static ExprFeatures[]
ExprFeatures. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.cel.common that return types with arguments of type ExprFeatures Modifier and Type Method Description com.google.common.collect.ImmutableSet<ExprFeatures>
CelOptions. toExprFeatures()
Method parameters in dev.cel.common with type arguments of type ExprFeatures Modifier and Type Method Description static CelOptions
CelOptions. fromExprFeatures(com.google.common.collect.ImmutableSet<ExprFeatures> features)
-