Class SpelFunctionCallback
java.lang.Object
com.chutneytesting.engine.domain.execution.evaluation.SpelFunctionCallback
- All Implemented Interfaces:
org.springframework.util.ReflectionUtils.MethodCallback
public class SpelFunctionCallback
extends Object
implements org.springframework.util.ReflectionUtils.MethodCallback
Spring ReflectionUtils.MethodCallback use to find all method from specified class with @
SpelFunction annotation.
This class produce a SpelFunctions who contains all Method mark with SpelFunction declared on class from
ReflectionUtils.doWithMethods-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SpelFunctionCallback
public SpelFunctionCallback()
-
-
Method Details
-
doWith
- Specified by:
doWithin interfaceorg.springframework.util.ReflectionUtils.MethodCallback- Throws:
IllegalArgumentException
-
getSpelFunctions
-