Skip to content

Commit

Permalink
[Java] Use abstraction for files for jaxrs-cxf OpenAPITools#8792
Browse files Browse the repository at this point in the history
  • Loading branch information
fwermelskirchen committed Dec 22, 2022
1 parent 91427ef commit 1809772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/generators/jaxrs-cxf-extended.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
|testDataFile|JSON file to contain generated test data| |null|
|testOutput|Set output folder for models and APIs tests| |${project.build.directory}/generated-test-sources/openapi|
|title|a title describing the application| |OpenAPI Server|
|useAbstractionForFiles|Use alternative types instead of java.io.File to allow passing bytes without a file on disk.| |false|
|useAnnotatedBasePath|Use @Path annotations for basePath| |false|
|useBeanValidation|Use BeanValidation API annotations| |true|
|useBeanValidationFeature|Use BeanValidation Feature| |false|
Expand Down

0 comments on commit 1809772

Please sign in to comment.