Package io.lighty.openapi
Class OpenApiLighty
java.lang.Object
io.lighty.core.controller.api.AbstractLightyModule
io.lighty.openapi.OpenApiLighty
- All Implemented Interfaces:
LightyModule
OpenApi initializer for lighty.io.
- Author:
- juraj.veverka
-
Constructor Summary
ConstructorsConstructorDescriptionOpenApiLighty(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
-
OpenApiLighty
public OpenApiLighty(RestConfConfiguration restConfConfiguration, LightyServerBuilder jettyServerBuilder, LightyServices lightyServices)
-
-
Method Details
-
initProcedure
protected boolean initProcedure()- Specified by:
initProcedurein classAbstractLightyModule
-
stopProcedure
protected boolean stopProcedure()- Specified by:
stopProcedurein classAbstractLightyModule
-