forked from loafle/openapi-generator-original
* Add support for resolving the discriminator type from a 3.1 sibling * Set gradlew to be executable * Generate sample FILES again
11 lines
427 B
YAML
11 lines
427 B
YAML
generatorName: java
|
|
outputDir: samples/client/others/java/webclient-sealedInterface_3_1
|
|
library: webclient
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_1/oneof_polymorphism_and_inheritance.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/Java
|
|
additionalProperties:
|
|
artifactId: sealed-interface-webclient
|
|
hideGenerationTimestamp: "true"
|
|
useOneOfInterfaces: true
|
|
useSealedOneOfInterfaces: true
|