mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-10-14 00:13:50 +00:00
* fix(java): x-discriminator-value should not produce @JsonTypeName * fix(java): Remove unused getDiscriminatorValue() * build at Fednot * build at Fednot * build at Fednot: skip sonar * scm for release at fednot * build fednot not 7.5.0-FEDNOT-SNAPSHOT * build fednot not 7.5.0-FEDNOT-SNAPSHOT * test all vars * rollback custom pom.xml * commit master * commit test * Samples for deduction * add files for deduction * small improvements * Merge changes from martin-mfg Merge master * Merge changes from martin-mfg Merge master * Merge changes from martin-mfg Add comment to force rebuild * Merge master * regenerate doc * regenerate client * regenerate client --------- Co-authored-by: Jean-Paul Finne <jean-paul.finne@fednot.be> Co-authored-by: martin-mfg <2026226+martin-mfg@users.noreply.github.com>
13 lines
518 B
YAML
13 lines
518 B
YAML
generatorName: spring
|
|
outputDir: samples/openapi3/server/petstore/spring-boot-oneof-interface
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/oneof_polymorphism_and_inheritance.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/JavaSpring
|
|
additionalProperties:
|
|
groupId: org.openapitools.openapi3
|
|
documentationProvider: springdoc
|
|
artifactId: springboot-oneof
|
|
snapshotVersion: "true"
|
|
hideGenerationTimestamp: "true"
|
|
useOneOfInterfaces: "true"
|
|
useDeductionForOneOfInterfaces: "true"
|