mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-29 04:00:51 +00:00
* [java-micronaut] Generate visitor for subtypes with a discriminator When types which extend a common type and are distinguished based on a discriminator are consumed they are often cast to their specific Java type which results in error prone boilerplate code. By generating a visitor for those kind of types the various subtypes can be consumed in a type safe manner. * [java-micronaut] Remove redundant public access modifiers
12 lines
416 B
YAML
12 lines
416 B
YAML
generatorName: java-micronaut-client
|
|
outputDir: samples/client/petstore/java-micronaut-client/
|
|
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
additionalProperties:
|
|
artifactId: petstore-micronaut
|
|
hideGenerationTimestamp: "true"
|
|
configureAuth: "false"
|
|
build: "all"
|
|
test: "spock"
|
|
requiredPropertiesInConstructor: "false"
|
|
visitable: "true"
|