| Package | Description |
|---|---|
| com.github.phiz71.rxjava.vertx.swagger.router | |
| com.github.phiz71.vertx.swagger.router |
| Modifier and Type | Method and Description |
|---|---|
static io.vertx.rxjava.ext.web.Router |
SwaggerRouter.swaggerRouter(io.vertx.rxjava.ext.web.Router baseRouter,
io.swagger.models.Swagger swagger,
io.vertx.rxjava.core.eventbus.EventBus eventBus,
ServiceIdResolver serviceIdResolver) |
static io.vertx.rxjava.ext.web.Router |
SwaggerRouter.swaggerRouter(io.vertx.rxjava.ext.web.Router baseRouter,
io.swagger.models.Swagger swagger,
io.vertx.rxjava.core.eventbus.EventBus eventBus,
ServiceIdResolver serviceIdResolver,
Function<io.vertx.rxjava.ext.web.RoutingContext,io.vertx.core.eventbus.DeliveryOptions> configureMessage) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultServiceIdResolver
Default implementation of
ServiceIdResolver which generates service ID by concatenating HTTP verb and endpoint path. |
class |
OperationIdServiceIdResolver
Implementation of
ServiceIdResolver which uses operationId property specified for an operation in Swagger file
and falls back to DefaultServiceIdResolver if no operation ID specified. |
| Modifier and Type | Method and Description |
|---|---|
static io.vertx.ext.web.Router |
SwaggerRouter.swaggerRouter(io.vertx.ext.web.Router baseRouter,
io.swagger.models.Swagger swagger,
io.vertx.core.eventbus.EventBus eventBus,
ServiceIdResolver serviceIdResolver) |
static io.vertx.ext.web.Router |
SwaggerRouter.swaggerRouter(io.vertx.ext.web.Router baseRouter,
io.swagger.models.Swagger swagger,
io.vertx.core.eventbus.EventBus eventBus,
ServiceIdResolver serviceIdResolver,
Function<io.vertx.ext.web.RoutingContext,io.vertx.core.eventbus.DeliveryOptions> configureMessage) |
Copyright © 2018. All rights reserved.