Package | Description |
---|---|
com.j256.springrequestdoclet.collector |
Classes which investigate the classes and extract the documentation information.
|
Modifier and Type | Method and Description |
---|---|
static ContentsInfo |
ContentsInfo.fromRequestBody(String javaParamName,
String javaTypeName,
String javaDoc,
List<FieldInfo> fieldInfos) |
static ContentsInfo |
ContentsInfo.fromResponse(String javaTypeName,
String javaDoc,
List<FieldInfo> fieldInfos) |
ContentsInfo |
MethodInfo.getRequestInfo() |
ContentsInfo |
MethodInfo.getResponseInfo() |
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.