We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently EnumNamingStrategies contains only camelCase strategy. Some API guidelines require other strategies like snake_case or UPPER_SNAKE_CASE.
EnumNamingStrategies
snake_case
UPPER_SNAKE_CASE
EnumNamingStrategies should support other strategies like for example snake_case or UPPER_SNAKE_CASE.
No response
The text was updated successfully, but these errors were encountered:
Would be provided by #4660 which works but needs some refactoring wrt code reuse.
Sorry, something went wrong.
UpperCamelCase
Fixed via #4728 will be in 2.19.0.
No branches or pull requests
Is your feature request related to a problem? Please describe.
Currently
EnumNamingStrategies
contains only camelCase strategy. Some API guidelines require other strategies likesnake_case
orUPPER_SNAKE_CASE
.Describe the solution you'd like
EnumNamingStrategies
should support other strategies like for examplesnake_case
orUPPER_SNAKE_CASE
.Usage example
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: