Skip to content

Commit fe8e47f

Browse files
Updated README of vertx-web
Signed-off-by: francesco <[email protected]>
1 parent 04e65a8 commit fe8e47f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

web-examples/README.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -416,9 +416,11 @@ Plus how to interact with secured resources using the user object directly.
416416

417417
The link:src/main/java/io/vertx/example/web/oauth2/Server.java[OAuth2 example]
418418

419-
== OpenAPI 3 server
419+
== HTTP Request Validation & OpenAPI 3 Router Factory
420420

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]
423424

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.

0 commit comments

Comments
 (0)