forked from loafle/openapi-generator-original
* [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"
|