Class SpelFunctions
- java.lang.Object
-
- com.chutneytesting.engine.domain.execution.evaluation.SpelFunctions
-
public class SpelFunctions extends Object
All findSpelFunctionMethod annotated, this bean should be use to register function on Spring Epel context withStandardEvaluationContext.registerFunction(String, Method)Default name is original method name retrieved withMethod.getName()
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classSpelFunctions.NamedFunctionLink
-
Constructor Summary
Constructors Constructor Description SpelFunctions()
-
-
-
Method Detail
-
stream
public Stream<SpelFunctions.NamedFunctionLink> stream()
-
-