| Method and Description |
|---|
| io.vertx.ext.web.openapi.RouterBuilder.bodyHandler(BodyHandler)
Use
RouterBuilder.rootHandler(Handler) instead. The order matters, so adding the body handler should
happen after any PLATFORM or SECURITY_POLICY handler(s). |
| io.vertx.ext.web.openapi.RouterBuilder.getSchemaParser()
This method exposes the internal of the OpenAPI handler, it will be removed in the future. Users should
configure the json schema module from the options.
|
| io.vertx.ext.web.openapi.RouterBuilder.getSchemaRouter()
This method exposes the internal of the OpenAPI handler, it will be removed in the future. Users should
configure the json schema module from the options.
|
Copyright © 2025 Eclipse. All rights reserved.