Package dev.cel.checker
Class CelStandardDeclarations
- java.lang.Object
-
- dev.cel.checker.CelStandardDeclarations
-
@Immutable public final class CelStandardDeclarations extends java.lang.ObjectStandard declarations for CEL.Refer to CEL Specification for comprehensive listing of functions and identifiers included in the standard environment.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCelStandardDeclarations.BuilderBuilder for constructing the set of standard function/identifiers.static classCelStandardDeclarations.StandardIdentifierStandard CEL identifiers.static interfaceCelStandardDeclarations.StandardOverloadGeneral interface for defining a standard function overload.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.common.collect.ImmutableSet<java.lang.String>getAllFunctionNames()Set of all standard function names.static CelStandardDeclarations.BuildernewBuilder()
-
-
-
Method Detail
-
getAllFunctionNames
public static com.google.common.collect.ImmutableSet<java.lang.String> getAllFunctionNames()
Set of all standard function names.
-
newBuilder
public static CelStandardDeclarations.Builder newBuilder()
-
-