Uses of Interface
dev.cel.checker.CelCheckerLibrary
-
Packages that use CelCheckerLibrary Package Description dev.cel.checker dev.cel.compiler -
-
Uses of CelCheckerLibrary in dev.cel.checker
Methods in dev.cel.checker with parameters of type CelCheckerLibrary Modifier and Type Method Description CelCheckerBuilderCelCheckerBuilder. addLibraries(CelCheckerLibrary... libraries)Adds one or more libraries for parsing and type-checking.CelCheckerLegacyImpl.BuilderCelCheckerLegacyImpl.Builder. addLibraries(CelCheckerLibrary... libraries)Adds one or more libraries for parsing and type-checking.Method parameters in dev.cel.checker with type arguments of type CelCheckerLibrary Modifier and Type Method Description CelCheckerBuilderCelCheckerBuilder. addLibraries(java.lang.Iterable<? extends CelCheckerLibrary> libraries)Adds a collection of libraries for parsing and type-checking.CelCheckerLegacyImpl.BuilderCelCheckerLegacyImpl.Builder. addLibraries(java.lang.Iterable<? extends CelCheckerLibrary> libraries)Adds a collection of libraries for parsing and type-checking. -
Uses of CelCheckerLibrary in dev.cel.compiler
Subinterfaces of CelCheckerLibrary in dev.cel.compiler Modifier and Type Interface Description interfaceCelCompilerLibraryCelCompilerLibrary defines the interface to extend functionalities beyond the CEL standard functions forCelCompiler.
-