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

Support enums that contain fields #3

Closed
chriskilding opened this issue Jun 23, 2021 · 1 comment
Closed

Support enums that contain fields #3

chriskilding opened this issue Jun 23, 2021 · 1 comment

Comments

@chriskilding
Copy link
Owner

Find a way to support enums that contain fields in the mapper.

Example:

Foo(1, true)

The JSON ObjectMapper does not support these, so there is no prior code in Jackson to fall back on.

@chriskilding
Copy link
Owner Author

Experimental feature added - a complex RON enum can map to/from a class with a @RONEnum annotation

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