| Package | Description |
|---|---|
| com.sitewhere.web.rest.documentation |
| Modifier and Type | Method and Description |
|---|---|
protected static ParsedController |
RestDocumentationGenerator.parseController(Class<?> controller,
File resourcesFolder)
Parse information for a given controller.
|
| Modifier and Type | Method and Description |
|---|---|
protected static List<ParsedController> |
RestDocumentationGenerator.parseControllers(File resourcesFolder)
Parse all controllers using the
DocumentedController annotation. |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
RestDocumentationGenerator.generateControllerDocumentation(ParsedController controller)
Generate documentation for a single controller.
|
| Modifier and Type | Method and Description |
|---|---|
protected static String |
RestDocumentationGenerator.generateNavigation(List<ParsedController> controllers)
Add the navigation panel.
|
protected static void |
RestDocumentationGenerator.generateRestDocumentation(List<ParsedController> controllers,
File resourcesFolder,
String outputFolder)
Generate documentation.
|
Copyright © 2016 SiteWhere, LLC.. All rights reserved.