Package | Description |
---|---|
io.vertx.ext.web.openapi |
Modifier and Type | Field and Description |
---|---|
static RouterBuilderOptions.RouteNamingStrategy |
RouterBuilderOptions.DEFAULT_ROUTE_NAMING_STRATEGY
By default, RouterBuilder will name routes by open api path.
|
Modifier and Type | Method and Description |
---|---|
RouterBuilderOptions.RouteNamingStrategy |
RouterBuilderOptions.getRouteNamingStrategy() |
static RouterBuilderOptions.RouteNamingStrategy |
RouterBuilderOptions.RouteNamingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RouterBuilderOptions.RouteNamingStrategy[] |
RouterBuilderOptions.RouteNamingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RouterBuilderOptions |
RouterBuilderOptions.setRouteNamingStrategy(RouterBuilderOptions.RouteNamingStrategy routeNamingStrategy)
The strategy to follow when naming the generated routes.
|
Copyright © 2020 Eclipse. All rights reserved.