forked from loafle/openapi-generator-original
* [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