-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
2.19Issues planned at 2.19 or laterIssues planned at 2.19 or laterenumRelated to handling of Enum valuesRelated to handling of Enum values
Milestone
Description
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
Metadata
Metadata
Assignees
Labels
2.19Issues planned at 2.19 or laterIssues planned at 2.19 or laterenumRelated to handling of Enum valuesRelated to handling of Enum values