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.String |
getAuthApp() |
java.lang.String |
getDescription() |
java.lang.reflect.Method |
getMethod() |
java.lang.String |
getOperationName() |
ParamInfo[] |
getParameters() |
java.lang.String |
getParamFacet(java.lang.String paramName) |
ParamInfo |
getReturnTypeInfo() |
java.lang.String |
getSigOption() |
java.lang.String |
getTag() |
boolean |
isAuthEnabled() |
boolean |
isExcludeWS() |
boolean |
isHttpGET() |
boolean |
isInternal() |
boolean |
isRequiresRESTRequest() |
boolean |
isVoidReturnType() |
void |
setDescription(java.lang.String description) |
void |
setInternal(boolean internal) |
void |
setParamFacets(java.lang.String value) |
void |
setRequiresRESTRequest() |
void |
setReturnTypeInfo(ParamInfo returnTypeInfo) |
void |
setTag(java.lang.String tag) |
void |
setTagLocalized(boolean localize) |
java.lang.String |
toString() |
public java.lang.reflect.Method getMethod()
public boolean isVoidReturnType()
public ParamInfo[] getParameters()
public java.lang.String getOperationName()
public boolean isAuthEnabled()
public java.lang.String getAuthApp()
public java.lang.String getSigOption()
public boolean isHttpGET()
public boolean isExcludeWS()
public ParamInfo getReturnTypeInfo()
public void setReturnTypeInfo(ParamInfo returnTypeInfo)
public java.lang.String toString()
toString
in class java.lang.Object
public void setRequiresRESTRequest()
public boolean isRequiresRESTRequest()
public java.lang.String getTag()
public void setTag(java.lang.String tag)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public void setTagLocalized(boolean localize)
public boolean isInternal()
public void setInternal(boolean internal)
public void setParamFacets(java.lang.String value)
public java.lang.String getParamFacet(java.lang.String paramName)