mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-25 21:13:40 +00:00
* [Java][Vertx] Add option to generate methods that return Futures * run scripts * update sample config and github workflow * generate samples * rerun script * add vertx-no-nullable to samples workflow
11 lines
430 B
YAML
11 lines
430 B
YAML
generatorName: java
|
|
outputDir: samples/client/petstore/java/vertx-supportVertxFuture
|
|
library: vertx
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/Java
|
|
additionalProperties:
|
|
artifactId: petstore-vertx-supportvertxfuture
|
|
hideGenerationTimestamp: "true"
|
|
dateLibrary: java8
|
|
supportVertxFuture: "true"
|