public interface StaticMethodInvocation
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(java.lang.Class clazz,
java.lang.String methodName,
java.lang.Object[] arguments)
Invokes the actual method.
|
boolean |
isMethodMatch(java.lang.String methodName)
Checks if a method name matches the criteria of the implementation class.
|
boolean isMethodMatch(java.lang.String methodName)
methodName - the static method namejava.lang.Object invoke(java.lang.Class clazz,
java.lang.String methodName,
java.lang.Object[] arguments)
clazz - the class the static method is called onmethodName - the static method namearguments - the arguments supplied