public class SpringJSONDocScanner extends AbstractJSONDocScanner
allApiMethodDocs, log, reflections| Constructor and Description |
|---|
SpringJSONDocScanner() |
| Modifier and Type | Method and Description |
|---|---|
ApiDoc |
mergeApiDoc(Class<?> controller,
ApiDoc apiDoc) |
ApiMethodDoc |
mergeApiMethodDoc(Method method,
Class<?> controller,
ApiMethodDoc apiMethodDoc)
This method merges the documentation built with the JSONDoc default scanner with data extracted from the
Spring's annotations.
|
ApiParamDoc |
mergeApiPathParamDoc(Method method,
int paramIndex,
ApiParamDoc apiParamDoc) |
ApiParamDoc |
mergeApiQueryParamDoc(Method method,
int paramIndex,
ApiParamDoc apiParamDoc) |
enumConstantsToStringArray, getApiAuthDocForController, getApiAuthDocForMethod, getApiDocs, getApiDocsMap, getApiFlowDocs, getApiFlowDocsMap, getApiObjectDocs, getApiObjectsMap, getApiPathParamDocs, getApiQueryParamDocs, getJSONDocpublic ApiDoc mergeApiDoc(Class<?> controller, ApiDoc apiDoc)
mergeApiDoc in class AbstractJSONDocScannerpublic ApiMethodDoc mergeApiMethodDoc(Method method, Class<?> controller, ApiMethodDoc apiMethodDoc)
mergeApiMethodDoc in class AbstractJSONDocScannerpublic ApiParamDoc mergeApiPathParamDoc(Method method, int paramIndex, ApiParamDoc apiParamDoc)
mergeApiPathParamDoc in class AbstractJSONDocScannerpublic ApiParamDoc mergeApiQueryParamDoc(Method method, int paramIndex, ApiParamDoc apiParamDoc)
mergeApiQueryParamDoc in class AbstractJSONDocScannerCopyright © 2015. All Rights Reserved.