public class MethodInfo extends Object
Constructor and Description |
---|
MethodInfo() |
MethodInfo(String name,
List<String> params,
Class<?> returnType,
String parametricReturnType,
String genericType) |
MethodInfo(String name,
List<String> params,
String returnType,
String parametricReturnType,
String genericType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getGenericType() |
String |
getName() |
String |
getNameWithParameters() |
String |
getParametricReturnType() |
List<String> |
getParams() |
String |
getReturnClassType() |
int |
hashCode() |
String |
toString() |
public MethodInfo()
public MethodInfo(String name, List<String> params, Class<?> returnType, String parametricReturnType, String genericType)
name
- method nameparams
- method params listreturnType
- method's return typeCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.