public final class MethodInfo
extends java.lang.Object
Constructor and Description |
---|
MethodInfo(java.lang.reflect.Method method) |
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.Method |
getMethod() |
java.lang.String |
getOperationName() |
ParamInfo[] |
getParameters() |
ParamInfo |
getReturnTypeInfo() |
boolean |
isVoidReturnType() |
void |
setReturnTypeInfo(ParamInfo returnTypeInfo) |
java.lang.String |
toString() |
public java.lang.reflect.Method getMethod()
public boolean isVoidReturnType()
public ParamInfo[] getParameters()
public java.lang.String getOperationName()
public ParamInfo getReturnTypeInfo()
public void setReturnTypeInfo(ParamInfo returnTypeInfo)
public java.lang.String toString()
toString
in class java.lang.Object