[Java] Add streaming endpoint support (#9813)

* add streaming endpoint support to java client

* update doc
This commit is contained in:
William Cheng
2021-10-24 16:02:49 +08:00
committed by GitHub
parent 1cd591bf7d
commit 8069d183f3
6 changed files with 105 additions and 3 deletions

View File

@@ -59,6 +59,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.| |true|
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
|sourceFolder|source folder for generated code| |src/main/java|
|supportStreaming|Support streaming endpoint (beta)| |false|
|useAbstractionForFiles|Use alternative types instead of java.io.File to allow passing bytes without a file on disk. Available on resttemplate library| |false|
|useBeanValidation|Use BeanValidation API annotations| |false|
|useGzipFeature|Send gzip-encoded requests| |false|