| Package | Description |
|---|---|
| com.jetdrone.vertx.yoke.annotations.processors | |
| com.jetdrone.vertx.yoke.middleware |
| Modifier and Type | Method and Description |
|---|---|
void |
SwaggerProcessor.process(Swagger swagger,
Object instance,
Class<?> clazz,
Field field) |
void |
SwaggerProcessor.process(Swagger swagger,
Object instance,
Class<?> clazz,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
static Swagger |
Swagger.from(Router router,
String version,
Object... objs) |
static Swagger |
Swagger.from(Swagger router,
Object... objs)
Builds a Swagger from an annotated Java Object
|
Swagger |
Swagger.setAuthorizations(io.vertx.core.json.JsonObject authorizations) |
Swagger |
Swagger.setInfo(io.vertx.core.json.JsonObject info) |
| Modifier and Type | Method and Description |
|---|---|
static Swagger |
Swagger.from(Swagger router,
Object... objs)
Builds a Swagger from an annotated Java Object
|
Copyright © 2016. All rights reserved.