mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
14 lines
459 B
YAML
14 lines
459 B
YAML
generatorName: java
|
|
outputDir: samples/client/echo_api/java/restclient
|
|
library: restclient
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/echo_api.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/Java
|
|
additionalProperties:
|
|
artifactId: echo-api-native
|
|
hideGenerationTimestamp: "true"
|
|
disallowAdditionalPropertiesIfNotPresent: true
|
|
typeMappings:
|
|
OffsetDateTime: "Instant"
|
|
importMappings:
|
|
OffsetDateTime: "java.time.Instant"
|