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

Брать alias из name (или field.name), если alias не указан #238

Open
dmpas opened this issue Dec 25, 2022 · 0 comments

Comments

@dmpas
Copy link
Collaborator

dmpas commented Dec 25, 2022

В некоторых случаях имя и алиас совпадают. Стоит убрать дублирование.
Так же иногда алиас совпадает с java-именем до степени регистра. Возможно тут тоже можно упростить и брать алиас из java-имени

    @EnumValue(name = "Linux_x86_64", alias = "Linux_x86_64")
    LINUX_X86_64,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant