public class JMethodSig extends Object
| Constructor and Description |
|---|
JMethodSig() |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Object[] args) |
String |
getClassName() |
String |
getMethodName() |
Class[] |
getParameterClassArray() |
List<Type> |
getParameters() |
void |
setClassName(String className) |
void |
setMethodName(String methodName) |
void |
setParameters(List<Type> parameters) |
String |
toString() |
public Class[] getParameterClassArray()
public Object execute(Object[] args) throws ClassNotFoundException, IllegalAccessException, InstantiationException, NoSuchMethodException, InvocationTargetException
public String getClassName()
public void setClassName(String className)
public String getMethodName()
public void setMethodName(String methodName)
Copyright © 2015. All rights reserved.