Package dev.cel.checker
Interface CelCheckerLibrary
-
- All Known Subinterfaces:
CelCompilerLibrary
public interface CelCheckerLibrary
CelCheckerLibrary defines the interface to extend functionalities beyond the CEL standard functions forCelChecker
.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
setCheckerOptions(CelCheckerBuilder checkerBuilder)
Configures the checker to support the library implementation, such as adding function bindings
-
-
-
Method Detail
-
setCheckerOptions
default void setCheckerOptions(CelCheckerBuilder checkerBuilder)
Configures the checker to support the library implementation, such as adding function bindings
-
-