forked from loafle/openapi-generator-original
* rx3 support * ran the shell script ./bin/generate-samples.sht * added missing rx3 migration, removed tabs
10 lines
382 B
YAML
10 lines
382 B
YAML
generatorName: java
|
|
outputDir: samples/client/petstore/java/retrofit2rx3
|
|
library: retrofit2
|
|
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/Java
|
|
additionalProperties:
|
|
useRxJava3: "true"
|
|
artifactId: petstore-retrofit2-rx3
|
|
hideGenerationTimestamp: "true"
|