public class MethodInfo extends Object
Constructor and Description |
---|
MethodInfo(Method method) |
MethodInfo(Method method,
String[] parameterNames,
String javaDoc) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getGenericParameter(int i,
int j) |
int |
getGenericParameterCount(int i) |
String |
getJavaDoc() |
Method |
getMethod() |
int |
getModifiers() |
String |
getName() |
int |
getParameterCount() |
String |
getParameterName(int i) |
Class<?> |
getParameterType(int i) |
Class<?>[] |
getParameterTypes() |
Class<?> |
getReturnGenericParameter(int i) |
int |
getReturnGenericParameterCount() |
Class<?> |
getReturnType() |
public MethodInfo(Method method)
public String getName()
public int getModifiers()
public Class<?> getReturnType()
public int getReturnGenericParameterCount()
public Class<?> getReturnGenericParameter(int i)
public int getParameterCount()
public Class<?> getParameterType(int i)
public int getGenericParameterCount(int i)
public Class<?> getGenericParameter(int i, int j)
public String getParameterName(int i)
public String getJavaDoc()
public Class<?>[] getParameterTypes()
public Method getMethod()
Copyright © 2014 Clazzes.org. All Rights Reserved.