public class SpringParser extends DocAnotationBase
| 构造器和说明 |
|---|
SpringParser() |
| 限定符和类型 | 方法和说明 |
|---|---|
ApiDocument |
parsePackage(String packageName,
GenContext context)
处理包里和子包中拥有Doc注释的Class.
|
ApiDocument |
toApiDocument(Class<?> c)
To api document.
|
handleParameter, isPrimitivepublic ApiDocument parsePackage(String packageName, GenContext context)
packageName - 搜索的包名 支持以,号隔开的多个包context - the contextpublic ApiDocument toApiDocument(Class<?> c)
c - the cCopyright © 2016. All rights reserved.