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