public class SpringParser extends Object
| 构造器和说明 |
|---|
SpringParser() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
main(String[] args)
The main method.
|
ApiDoc |
parse(GenContext context,
String... packageNames)
解析包中的类.
|
public ApiDoc parse(GenContext context, String... packageNames) throws IllegalArgumentException, IllegalAccessException, InstantiationException
context - the contextpackageNames - 包名IllegalArgumentException - the illegal argument exceptionIllegalAccessException - the illegal access exceptionInstantiationException - the instantiation exceptionpublic static void main(String[] args) throws IllegalArgumentException, IllegalAccessException, InstantiationException
args - the argumentsIllegalArgumentException - the illegal argument exceptionIllegalAccessException - the illegal access exceptionInstantiationException - the instantiation exceptionCopyright © 2017. All rights reserved.