mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
9 lines
366 B
YAML
9 lines
366 B
YAML
generatorName: java
|
|
outputDir: samples/client/petstore/java/webclient-nullable-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"
|