Package dev.cel.checker
Class Standard
- java.lang.Object
-
- dev.cel.checker.Standard
-
@Internal public final class Standard extends java.lang.Object
Standard declarations for CEL.CEL Library Internals. Do Not Use.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Envadd(Env env)Adds the standard declarations of CEL to the environment.
-
-
-
Method Detail
-
add
@CanIgnoreReturnValue public static Env add(Env env)
Adds the standard declarations of CEL to the environment.Note: Standard declarations should be provided in their own scope to avoid collisions with custom declarations. The
Env.standard(dev.cel.common.internal.Errors, dev.cel.common.ExprFeatures...)helper method does this by default.
-
-