[JAVA] RxJava3 support (#6622)

* rx3 support

* ran the shell script ./bin/generate-samples.sht

* added missing rx3 migration, removed tabs
This commit is contained in:
tgerth
2020-06-12 11:23:42 +02:00
committed by GitHub
parent 8689625af3
commit 146bfeb6d6
23 changed files with 187 additions and 114 deletions

View File

@@ -61,6 +61,7 @@ If false: the 'additionalProperties' implementation is compliant with the OAS an
|useRuntimeException|Use RuntimeException instead of Exception| |false|
|useRxJava|Whether to use the RxJava adapter with the retrofit2 library.| |false|
|useRxJava2|Whether to use the RxJava2 adapter with the retrofit2 library.| |false|
|useRxJava3|Whether to use the RxJava3 adapter with the retrofit2 library.| |false|
|withXml|whether to include support for application/xml content type and include XML annotations in the model (works with libraries that provide support for JSON and XML)| |false|
## IMPORT MAPPING