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

Can not use static Creator factory methods for Enums, with JsonCreator.Mode.PROPERTIES #1082

Closed
dmcwhorter opened this issue Jan 15, 2016 · 2 comments
Milestone

Comments

@dmcwhorter
Copy link

It does work with JsonCreator.Mode.DELEGATING.

Example types and tests are available here: https://github.com/dmcwhorter/jackson-custom-enum-test

@dmcwhorter
Copy link
Author

@cowtowncoder cowtowncoder changed the title roundtrip serialization for enum types serialized as objects does not work with JsonCreator.Mode.PROPERTIES Can not use static Creator factory methods for Enums, with JsonCreator.Mode.PROPERTIES Mar 23, 2016
@cowtowncoder cowtowncoder added this to the 2.8.0 milestone Apr 22, 2016
@cowtowncoder
Copy link
Member

Implemented by @LokeshN, will be in 2.8.

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

2 participants