Package io.lighty.swagger
Class SwaggerLighty
- java.lang.Object
-
- io.lighty.core.controller.api.AbstractLightyModule
-
- io.lighty.swagger.SwaggerLighty
-
- All Implemented Interfaces:
LightyModule
public class SwaggerLighty extends AbstractLightyModule
Swagger initializer for lighty.io.- Author:
- juraj.veverka
-
-
Constructor Summary
Constructors Constructor Description SwaggerLighty(RestConfConfiguration restConfConfiguration, LightyServerBuilder jettyServerBuilder, LightyServices lightyServices)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleaninitProcedure()protected booleanstopProcedure()-
Methods inherited from class io.lighty.core.controller.api.AbstractLightyModule
shutdown, start, startBlocking, startBlocking
-
-
-
-
Constructor Detail
-
SwaggerLighty
public SwaggerLighty(RestConfConfiguration restConfConfiguration, LightyServerBuilder jettyServerBuilder, LightyServices lightyServices)
-
-
Method Detail
-
initProcedure
protected boolean initProcedure()
- Specified by:
initProcedurein classAbstractLightyModule
-
stopProcedure
protected boolean stopProcedure()
- Specified by:
stopProcedurein classAbstractLightyModule
-
-