Package | Description |
---|---|
com.j256.springrequestdoclet.collector |
Classes which investigate the classes and extract the documentation information.
|
Modifier and Type | Method and Description |
---|---|
static ParamInfo |
ParamInfo.fromPathVariable(String javaParamName,
String javaTypeName,
String pathVariableName,
boolean required,
String defaultValue,
String javaDoc) |
static ParamInfo |
ParamInfo.fromRequestHeader(String javaParamName,
String javaTypeName,
String requestHeaderName,
boolean required,
String defaultValue,
String javaDoc) |
static ParamInfo |
ParamInfo.fromRequestParam(String javaParamName,
String javaTypeName,
String queryParamName,
boolean required,
String defaultValue,
String javaDoc) |
Modifier and Type | Method and Description |
---|---|
List<ParamInfo> |
MethodInfo.getParamInfos() |
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) |
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.