You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/generators/java-vertx.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,5 +42,6 @@ sidebar_label: java-vertx
42
42
|parentArtifactId|parent artifactId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect||null|
43
43
|parentVersion|parent version in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect||null|
44
44
|snapshotVersion|Uses a SNAPSHOT version.|<dl><dt>**true**</dt><dd>Use a SnapShot Version</dd><dt>**false**</dt><dd>Use a Release Version</dd><dl>|null|
45
-
|rxInterface|When specified, API interfaces are generated with RX and methods return Single<> and Comparable.||false|
45
+
|rxInterface|When specified, API interfaces are generated with RxJava and methods return Single<> and Completable.||false|
46
+
|rxVersion2|When specified in combination with **rxInterface**, package imports are generated for RxJava2.||false|
46
47
|vertxSwaggerRouterVersion|Specify the version of the swagger router library||null|
0 commit comments