public class MethodInfo extends Object implements Comparable<MethodInfo>
Constructor and Description |
---|
MethodInfo(String javaMethodName,
String uniqueName,
String javaDoc,
String javaDocFirstSentence,
String[] paths,
String[] httpMethods,
String[] params,
String[] headers,
String[] consumes,
String[] produces,
List<ParamInfo> paramInfos,
ContentsInfo requestInfo,
ContentsInfo responseInfo) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(MethodInfo other) |
String[] |
getConsumes() |
String[] |
getHeaders() |
String[] |
getHttpMethods() |
String |
getJavaDoc() |
String |
getJavaDocFirstSentence() |
String |
getJavaMethodName() |
List<ParamInfo> |
getParamInfos() |
String[] |
getParams() |
String[] |
getPaths() |
String[] |
getProduces() |
ContentsInfo |
getRequestInfo() |
ContentsInfo |
getResponseInfo() |
String |
getUniqueName() |
public MethodInfo(String javaMethodName, String uniqueName, String javaDoc, String javaDocFirstSentence, String[] paths, String[] httpMethods, String[] params, String[] headers, String[] consumes, String[] produces, List<ParamInfo> paramInfos, ContentsInfo requestInfo, ContentsInfo responseInfo)
public String getJavaMethodName()
public String getUniqueName()
public String getJavaDoc()
public String getJavaDocFirstSentence()
public String[] getPaths()
public String[] getHttpMethods()
public String[] getParams()
public String[] getHeaders()
public String[] getConsumes()
public String[] getProduces()
public ContentsInfo getRequestInfo()
public ContentsInfo getResponseInfo()
public int compareTo(MethodInfo other)
compareTo
in interface Comparable<MethodInfo>
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.