Skip to content

Commit

Permalink
Merge pull request quarkusio#26893 from rinaldodev/patch-1
Browse files Browse the repository at this point in the history
Fix links for JSON value types
  • Loading branch information
gsmet authored Jul 23, 2022
2 parents 2e5ccaf + 9325bb3 commit bcb0a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/resteasy-reactive.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ The following parameter types will be supported out of the box:
|link:{jdkapi}/java/math/BigDecimal.html[`BigDecimal`], link:{jdkapi}/java/math/BigInteger.html[`BigInteger`]
|Large integers and decimals.

|link:{jsonpapi}/javax/json/JsonArray.html[`JsonArray`], link:{jsonpapi}/javax/json/JsonArray.html[`JsonObject`],
link:{jsonpapi}/javax/json/JsonArray.html[`JsonStructure`], link:{jsonpapi}/javax/json/JsonArray.html[`JsonValue`]
|link:{jsonpapi}/javax/json/JsonArray.html[`JsonArray`], link:{jsonpapi}/javax/json/JsonObject.html[`JsonObject`],
link:{jsonpapi}/javax/json/JsonStructure.html[`JsonStructure`], link:{jsonpapi}/javax/json/JsonValue.html[`JsonValue`]
|JSON value types

|link:{vertxapi}io/vertx/core/buffer/Buffer.html[`Buffer`]
Expand Down

0 comments on commit bcb0a1c

Please sign in to comment.