forked from loafle/openapi-generator-original
* make Java imports overridable * fix for other dateLibraries * complete core fix * adapt test - step 1/2 * add unit test * adapt test - step 2/2 * remove accidentally added file * final small clean-up
14 lines
403 B
YAML
14 lines
403 B
YAML
generatorName: java
|
|
outputDir: samples/client/echo_api/java/native
|
|
library: native
|
|
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"
|
|
|
|
typeMappings:
|
|
OffsetDateTime: "Instant"
|
|
importMappings:
|
|
OffsetDateTime: "java.time.Instant"
|