Class ValidateLibrary
java.lang.Object
build.buf.protovalidate.internal.celext.ValidateLibrary
- All Implemented Interfaces:
org.projectnessie.cel.Library
Custom
Library for CEL. Provides all the custom extension function definitions and
overloads.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.projectnessie.cel.Library
org.projectnessie.cel.Library.StdLibrary -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ValidateLibrary
public ValidateLibrary()
-
-
Method Details
-
getCompileOptions
Returns the compile options for the CEL environment.- Specified by:
getCompileOptionsin interfaceorg.projectnessie.cel.Library- Returns:
- the compile options.
-
getProgramOptions
Returns the program options for the CEL program.- Specified by:
getProgramOptionsin interfaceorg.projectnessie.cel.Library- Returns:
- the program options.
-