swagger-codegen-generators
swagger-codegen-generators copied to clipboard
[Micronaut] remove 'defaultValue' in @Parameter annotations in Micronaut templates
If the swagger file has a default value set on a parameter, a 'defaultValue' will be added to the @Parameter annotation.
The problem is that this annotation uses io.swagger.v3.oas.annotations.Parameter and it does not support this field.
Hi @HugoMario - any chance of getting this PR merged ?