-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add java dumper #9
Comments
@nitzano
Enums in python/javascript also have types, while in java, enums are of their own type (in python - auto()), there are work arounds, but they are not straight foreward, for instance we can do this, which includes a lot of boiler plate code for type conversions:
which will assert like this:
But I didn't find another way to create enums with types in java... Is this a valid solution?
|
thanks! see CONTRIBUTING.md for general help. |
Is your feature request related to a problem? Please describe.
Yes, there is only java parser at the moment without the ability to dump to java.
Describe the solution you'd like
A java dumper.
Additional context
The text was updated successfully, but these errors were encountered: