Package io.lighty.swagger
Class SwaggerLighty
java.lang.Object
io.lighty.core.controller.api.AbstractLightyModule
io.lighty.swagger.SwaggerLighty
- All Implemented Interfaces:
LightyModule
Swagger initializer for lighty.io.
- Author:
- juraj.veverka
-
Constructor Summary
ConstructorsConstructorDescriptionSwaggerLighty(RestConfConfiguration restConfConfiguration, LightyServerBuilder jettyServerBuilder, LightyServices lightyServices) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanprotected booleanMethods inherited from class io.lighty.core.controller.api.AbstractLightyModule
shutdown, shutdown, start, startBlocking, startBlocking
-
Constructor Details
-
SwaggerLighty
public SwaggerLighty(RestConfConfiguration restConfConfiguration, LightyServerBuilder jettyServerBuilder, LightyServices lightyServices)
-
-
Method Details
-
initProcedure
protected boolean initProcedure()- Specified by:
initProcedurein classAbstractLightyModule
-
stopProcedure
protected boolean stopProcedure()- Specified by:
stopProcedurein classAbstractLightyModule
-