-
-
Couldn't load subscription status.
- Fork 1.4k
Closed as not planned
Labels
2.19Issues planned at 2.19 or laterIssues planned at 2.19 or laterduplicateDuplicate of an existing (usually earlier) issueDuplicate of an existing (usually earlier) issueenumRelated to handling of Enum valuesRelated to handling of Enum values
Description
Is your feature request related to a problem? Please describe.
Some APIs I deal with use UpperCamelCase naming strategy for Enums. I can provide my own custom implementation of EnumNamingStrategy, but this is annoying.
Describe the solution you'd like
It would be nice if EnumNamingStrategy provided an UpperCamelCase strategy in addition to the lowerCamelCase strategy it currently provides.
This aligns more closely with PropertyNamingStrategy, which provides many common naming strategies, including UpperCamelCase and lowerCamelCase
Usage example
@EnumNaming(EnumNamingStrategies.UpperCamelCaseStrategy.class)
Additional context
I have provided an implementation pull request here
#4660
Metadata
Metadata
Assignees
Labels
2.19Issues planned at 2.19 or laterIssues planned at 2.19 or laterduplicateDuplicate of an existing (usually earlier) issueDuplicate of an existing (usually earlier) issueenumRelated to handling of Enum valuesRelated to handling of Enum values