| Package | Description | 
|---|---|
| io.vertx.ext.web.openapi | 
| Modifier and Type | Field and Description | 
|---|---|
static RouteNamingStrategy | 
RouterBuilderOptions.DEFAULT_ROUTE_NAMING_STRATEGY
By default, RouterBuilder will name routes by open api path. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RouteNamingStrategy | 
RouterBuilderOptions.getRouteNamingStrategy()  | 
static RouteNamingStrategy | 
RouteNamingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static RouteNamingStrategy[] | 
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(RouteNamingStrategy routeNamingStrategy)
The strategy to follow when naming the generated routes. 
 | 
Copyright © 2021 Eclipse. All rights reserved.