vertx / io.vertx.reactivex.ext.web.api.contract.openapi3 / OpenAPI3RouterFactory / getRouter

getRouter

open fun getRouter(): Router

Overrides RouterFactory.getRouter

Construct a new router based on spec. It will fail if you are trying to mount a spec with security schemes without assigned handlers Note: Router is constructed in this function, so it will be respected the path definition ordering.

Return