Package | Description |
---|---|
io.vertx.ext.web.openapi | |
io.vertx.reactivex.ext.web.openapi | |
io.vertx.rxjava3.ext.web.openapi |
Modifier and Type | Method and Description |
---|---|
RouterBuilderOptions |
RouterBuilder.getOptions() |
RouterBuilderOptions |
RouterBuilderOptions.setContractEndpoint(String contractEndpoint)
Configures the endpoint where the contract is served.
|
RouterBuilderOptions |
RouterBuilderOptions.setMountNotImplementedHandler(boolean mountOperationsWithoutHandler)
If true, Router builder will automatically mount an handler that return HTTP 405/501 status code for each
operation where you didn't specify an handler.
|
RouterBuilderOptions |
RouterBuilderOptions.setMountResponseContentTypeHandler(boolean mountResponseContentTypeHandler)
If true, when required, the factory will mount a
ResponseContentTypeHandler |
RouterBuilderOptions |
RouterBuilderOptions.setOperationModelKey(String operationModelKey)
When set, an additional handler will be created to expose the operation model in the routing
context under the given key.
|
RouterBuilderOptions |
RouterBuilderOptions.setRequireSecurityHandlers(boolean requireSecurityHandlers)
If true, when you call
RouterBuilder.createRouter() ()} the factory will mount for every path
the required security handlers and, if a security handler is not defined, it throws an
RouterBuilderException |
RouterBuilderOptions |
RouterBuilderOptions.setRouteNamingStrategy(RouteNamingStrategy routeNamingStrategy)
The strategy to follow when naming the generated routes.
|
Modifier and Type | Method and Description |
---|---|
RouterBuilder |
RouterBuilder.setOptions(RouterBuilderOptions options)
Set options of router builder.
|
Constructor and Description |
---|
RouterBuilderOptions(RouterBuilderOptions other) |
Modifier and Type | Method and Description |
---|---|
RouterBuilderOptions |
RouterBuilder.getOptions() |
Modifier and Type | Method and Description |
---|---|
RouterBuilder |
RouterBuilder.setOptions(RouterBuilderOptions options)
Set options of router builder.
|
Modifier and Type | Method and Description |
---|---|
RouterBuilderOptions |
RouterBuilder.getOptions() |
Modifier and Type | Method and Description |
---|---|
RouterBuilder |
RouterBuilder.setOptions(RouterBuilderOptions options)
Set options of router builder.
|
Copyright © 2022 Eclipse. All rights reserved.