quarkiverse / quarkus-openapi-generator

OpenAPI Generator - REST Client Generator
Apache License 2.0
108 stars 69 forks source link

Ability to have enums with same values be the same class #551

Open maxandersen opened 8 months ago

maxandersen commented 8 months ago

Today every enum is a unique class even when they have same name and values.

Would be great to somehow control type mappings for enums or even do it automatically.

ricardozanini commented 8 months ago

https://github.com/quarkiverse/quarkus-openapi-generator/discussions/544