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

Make @JsonPropertyOrder supported by Maps, ObjectNodes #335

Closed
cowtowncoder opened this issue Oct 27, 2013 · 2 comments
Closed

Make @JsonPropertyOrder supported by Maps, ObjectNodes #335

cowtowncoder opened this issue Oct 27, 2013 · 2 comments
Milestone

Comments

@cowtowncoder
Copy link
Member

Beyond SerializationFeature.ORDER_MAP_ENTRIES_BY_KEYS which has global applicability, it would be nice to be able to do per-property specification.

And as luck would have it, it should quite doable using existing @JsonPropertyOrder annotation.

@benburton
Copy link

+1

@cowtowncoder
Copy link
Member Author

Implemented; goes in 2.4.0 (since needs change to jackson-annotations)

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