mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 08:56:08 +00:00
9 lines
365 B
YAML
9 lines
365 B
YAML
generatorName: java
|
|
outputDir: samples/client/petstore/java/webclient-nulable-arrays
|
|
library: webclient
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/schema-with-nullable-arrays.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/Java
|
|
additionalProperties:
|
|
artifactId: petstore-webclient-nullable-arrays
|
|
hideGenerationTimestamp: "true"
|