Uses of Interface
dev.cel.parser.CelParserLibrary
-
Packages that use CelParserLibrary Package Description dev.cel.compiler dev.cel.parser -
-
Uses of CelParserLibrary in dev.cel.compiler
Subinterfaces of CelParserLibrary in dev.cel.compiler Modifier and Type Interface Description interface
CelCompilerLibrary
CelCompilerLibrary defines the interface to extend functionalities beyond the CEL standard functions forCelCompiler
. -
Uses of CelParserLibrary in dev.cel.parser
Methods in dev.cel.parser with parameters of type CelParserLibrary Modifier and Type Method Description CelParserBuilder
CelParserBuilder. addLibraries(CelParserLibrary... libraries)
Adds one or more libraries for parsingCelParserBuilder
CelParserImpl.Builder. addLibraries(CelParserLibrary... libraries)
Method parameters in dev.cel.parser with type arguments of type CelParserLibrary Modifier and Type Method Description CelParserBuilder
CelParserBuilder. addLibraries(java.lang.Iterable<? extends CelParserLibrary> libraries)
Adds a collection of libraries for parsingCelParserBuilder
CelParserImpl.Builder. addLibraries(java.lang.Iterable<? extends CelParserLibrary> libraries)
-