forked from loafle/openapi-generator-original
* [Microprofile] Add Json-B polymorphism annotations * [Microprofile] Set openApiNullable in configs to false * [Microprofile] Bump JSON Bind version to 3.0 * [Microprofile] Only apply JSON-B polymorphism for MP 3.0 * Update samples * [Microprofile] Update documentation/configs for openApiNullable * Update docs
10 lines
411 B
YAML
10 lines
411 B
YAML
generatorName: java
|
|
outputDir: samples/client/petstore/java/microprofile-rest-client-3.0
|
|
library: microprofile
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/Java
|
|
additionalProperties:
|
|
artifactId: microprofile-rest-client-3
|
|
configKey: petstore
|
|
microprofileRestClientVersion: "3.0"
|