class SwaggerRouter
Authenticate requests and route to appropriate controllers and functions based off of specification in the swagger doc.
<init> |
Authenticate requests and route to appropriate controllers and functions based off of specification in the swagger doc. SwaggerRouter(swaggerAuthHandler: SwaggerAuthHandler, swaggerServiceHandler: SwaggerServiceHandler, traverser: SwaggerTraverser) |
route |
fun route(router: Router, swaggerFile: OpenAPI): Unit |
build |
fun build(swaggerAuthHandler: SwaggerAuthHandler, controllerSupplier: ControllerSupplier, serializer: Serializer, deserializer: Deserializer): SwaggerRouter |