mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-11 08:31:21 +00:00
* add nullable body support * update serializeToString with nullable body * add nullable support to body parameter * minor code format change * Revert "minor code format change" This reverts commit 3af1838a9bf421e633165dbd8e62bb7740b539ef. * code format fix
13 lines
529 B
YAML
13 lines
529 B
YAML
generatorName: java
|
|
outputDir: samples/openapi3/client/petstore/java/jersey2-java8
|
|
library: jersey2
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/java/petstore-with-fake-endpoints-models-for-testing-with-http-signature.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/Java
|
|
additionalProperties:
|
|
artifactId: petstore-openapi3-jersey2-java8
|
|
hideGenerationTimestamp: true
|
|
serverPort: "8082"
|
|
dateLibrary: java8
|
|
useOneOfDiscriminatorLookup: true
|
|
disallowAdditionalPropertiesIfNotPresent: false
|