
@Path(value="/") public class SwaggerResource extends Object
| Modifier and Type | Field and Description |
|---|---|
private SwaggerCollator |
collator |
| Constructor and Description |
|---|
SwaggerResource() |
| Modifier and Type | Method and Description |
|---|---|
io.swagger.models.Swagger |
swagger(String version,
io.vertx.ext.web.RoutingContext routingContext) |
@Autowired private SwaggerCollator collator
@GET
@Produces(value="application/json")
@Path(value="/{version}")
public io.swagger.models.Swagger swagger(@PathParam(value="version")
String version,
@Context
io.vertx.ext.web.RoutingContext routingContext)
Copyright © 2012–2017 Trajano. All rights reserved.