mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-24 20:43:54 +00:00
* Add setting for generating the oneOf interfaces as sealed interfaces * Generate samples * Add internal java17 additionalProperty setting * Move samples to highlight that they do not use the petstore * Align documentation * Update samples * Align documentation * Update mustache files and samples to change gradle settings to java17
11 lines
423 B
YAML
11 lines
423 B
YAML
generatorName: java
|
|
outputDir: samples/client/others/java/webclient-sealedInterface
|
|
library: webclient
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/oneof_polymorphism_and_inheritance.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/Java
|
|
additionalProperties:
|
|
artifactId: sealed-interface-webclient
|
|
hideGenerationTimestamp: "true"
|
|
useOneOfInterfaces: true
|
|
useSealedOneOfInterfaces: true
|