public class MethodParameter extends Object
MethodParameter(String name, String signatures, Class<?> type)
Class<?>[]
getGenericTypes()
String
getName()
Class<?>
getType()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MethodParameter(String name, String signatures, Class<?> type)
public Class<?>[] getGenericTypes()
public String getName()
public Class<?> getType()