public class SwaggerLighty extends AbstractLightyModule
| Constructor and Description |
|---|
SwaggerLighty(LightyServerBuilder jettyServerBuilder,
LightyServices lightyServices) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
initProcedure()
This will register swagger servlet and static ui documentation APIs in
LightyServerBuilder. |
protected boolean |
stopProcedure() |
shutdown, start, startBlocking, startBlockingpublic SwaggerLighty(LightyServerBuilder jettyServerBuilder, LightyServices lightyServices)
protected boolean initProcedure()
LightyServerBuilder.
Swagger URL: http(s)://{hostname:port}/apidoc/apis
Swagger UI: http(s)://{hostname:port}/apidoc/explorer/index.htmlinitProcedure in class AbstractLightyModuleprotected boolean stopProcedure()
stopProcedure in class AbstractLightyModuleCopyright © 2019. All rights reserved.