public abstract class BaseGenerateDocumentation extends Object
| Constructor and Description |
|---|
BaseGenerateDocumentation() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
generateDocByApiModelProperty(String className,
String type,
StringBuilder sb) |
protected String |
generateDocByFieldContext(String className,
String type,
StringBuilder sb) |
protected abstract String |
generateDocumentByClassName(String className) |
boolean |
run(String[] args) |
protected abstract String generateDocumentByClassName(String className) throws Exception
Exceptionprotected String generateDocByFieldContext(String className, String type, StringBuilder sb) throws Exception
ExceptionCopyright © 2017–2021 Apache Software Foundation. All rights reserved.