openapi-generator-original/bin/configs/java-okhttp-gson-echo-api.yaml

10 lines
371 B
YAML

generatorName: java
outputDir: samples/client/echo_api/java/okhttp-gson
#library: okhttp-gson
inputSpec: modules/openapi-generator/src/test/resources/3_0/echo_api.yaml
templateDir: modules/openapi-generator/src/main/resources/Java
additionalProperties:
artifactId: echo-api-okhttp-gson
hideGenerationTimestamp: "true"
disallowAdditionalPropertiesIfNotPresent: true