Skip to content

Commit b352734

Browse files
committed
update doc
1 parent 4bc16ea commit b352734

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

docs/generators/jaxrs-cxf-client.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
6565
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
6666
|sourceFolder|source folder for generated code| |src/gen/java|
6767
|testOutput|Set output folder for models and APIs tests| |${project.build.directory}/generated-test-sources/openapi|
68+
|useAbstractionForFiles|Use alternative types instead of java.io.File to allow passing bytes without a file on disk.| |false|
6869
|useBeanValidation|Use BeanValidation API annotations| |false|
6970
|useGenericResponse|Use generic response| |false|
7071
|useGzipFeatureForTests|Use Gzip Feature for tests| |false|

docs/generators/jaxrs-cxf-extended.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
7878
|testDataFile|JSON file to contain generated test data| |null|
7979
|testOutput|Set output folder for models and APIs tests| |${project.build.directory}/generated-test-sources/openapi|
8080
|title|a title describing the application| |OpenAPI Server|
81+
|useAbstractionForFiles|Use alternative types instead of java.io.File to allow passing bytes without a file on disk.| |false|
8182
|useAnnotatedBasePath|Use @Path annotations for basePath| |false|
8283
|useBeanValidation|Use BeanValidation API annotations| |true|
8384
|useBeanValidationFeature|Use BeanValidation Feature| |false|

docs/generators/jaxrs-cxf.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
7373
|sourceFolder|source folder for generated code| |src/gen/java|
7474
|testOutput|Set output folder for models and APIs tests| |${project.build.directory}/generated-test-sources/openapi|
7575
|title|a title describing the application| |OpenAPI Server|
76+
|useAbstractionForFiles|Use alternative types instead of java.io.File to allow passing bytes without a file on disk.| |false|
7677
|useAnnotatedBasePath|Use @Path annotations for basePath| |false|
7778
|useBeanValidation|Use BeanValidation API annotations| |true|
7879
|useBeanValidationFeature|Use BeanValidation Feature| |false|

0 commit comments

Comments
 (0)