We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@JsonPropertyOrder
Beyond SerializationFeature.ORDER_MAP_ENTRIES_BY_KEYS which has global applicability, it would be nice to be able to do per-property specification.
SerializationFeature.ORDER_MAP_ENTRIES_BY_KEYS
And as luck would have it, it should quite doable using existing @JsonPropertyOrder annotation.
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
Implement #335
9036ebc
Implemented; goes in 2.4.0 (since needs change to jackson-annotations)
jackson-annotations
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: