File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -416,9 +416,11 @@ Plus how to interact with secured resources using the user object directly.
416
416
417
417
The link:src/main/java/io/vertx/example/web/oauth2/Server.java[OAuth2 example]
418
418
419
- == OpenAPI 3 server
419
+ == HTTP Request Validation & OpenAPI 3 Router Factory
420
420
421
- The OpenAPI 3 server the creation of a Vert.x Web router handler that performs web request/response validation
422
- based on an OpenAPI 3 yaml schema for of the Swagger Petstore application.
421
+ The link:src/main/java/io/vertx/example/web/validation/ValidationExampleServer.java[ValidationExampleServer] is an
422
+ example of various usages of validation capabilities included in
423
+ link:http://vertx.io/docs/#web[Vert.x Web API Contract package]
423
424
424
- The link:src/main/java/io/vertx/example/web/openapi3/OpenAPI3Server.java[OpenAPI 3 example]
425
+ The link:src/main/java/io/vertx/example/web/openapi3/OpenAPI3Server.java[OpenAPI3Server] is an example of
426
+ OpenAPI3RouterFactory, the interface to build your design driven router based on your OpenAPI specification.
You can’t perform that action at this time.
0 commit comments