Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support other enum naming strategies than camelCase #4676

Closed
hajdamak opened this issue Aug 19, 2024 · 2 comments
Closed

Support other enum naming strategies than camelCase #4676

hajdamak opened this issue Aug 19, 2024 · 2 comments
Labels
2.19 Issues planned at 2.19 or later enum Related to handling of Enum values
Milestone

Comments

@hajdamak
Copy link

Is your feature request related to a problem? Please describe.

Currently EnumNamingStrategies contains only camelCase strategy. Some API guidelines require other strategies like snake_case or UPPER_SNAKE_CASE.

Describe the solution you'd like

EnumNamingStrategies should support other strategies like for example snake_case or UPPER_SNAKE_CASE.

Usage example

No response

Additional context

No response

@hajdamak hajdamak added the to-evaluate Issue that has been received but not yet evaluated label Aug 19, 2024
@hajdamak hajdamak changed the title Supper other enum naming strategies than camelCase Support other enum naming strategies than camelCase Aug 19, 2024
@cowtowncoder cowtowncoder removed the to-evaluate Issue that has been received but not yet evaluated label Aug 24, 2024
@cowtowncoder
Copy link
Member

Would be provided by #4660 which works but needs some refactoring wrt code reuse.

@cowtowncoder cowtowncoder added the enum Related to handling of Enum values label Oct 2, 2024
@cowtowncoder cowtowncoder added the 2.19 Issues planned at 2.19 or later label Oct 2, 2024
@cowtowncoder cowtowncoder added this to the 2.19.0 milestone Oct 2, 2024
@cowtowncoder
Copy link
Member

Fixed via #4728 will be in 2.19.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.19 Issues planned at 2.19 or later enum Related to handling of Enum values
Projects
None yet
Development

No branches or pull requests

2 participants