public class MethodInfo extends Object
Constructor and Description |
---|
MethodInfo(Method method) |
Modifier and Type | Method and Description |
---|---|
String |
getMethodName() |
Method |
getMethodObject() |
int |
getNoOfParams() |
List<Class<?>> |
getParameterTypesAsList() |
Class<?>[] |
getPrameterTypes() |
void |
setMethodName(String methodName) |
void |
setMethodObject(Method methodObject) |
void |
setNoOfParams(int noOfParams) |
void |
setParameterTypesAsList(List<Class<?>> parameterTypesAsList) |
void |
setPrameterTypes(Class<?>[] prameterTypes) |
public MethodInfo(Method method)
public String getMethodName()
public void setMethodName(String methodName)
public int getNoOfParams()
public void setNoOfParams(int noOfParams)
public Method getMethodObject()
public void setMethodObject(Method methodObject)
public Class<?>[] getPrameterTypes()
public void setPrameterTypes(Class<?>[] prameterTypes)
Copyright © 2014. All rights reserved.