Skip to content

Add support for accessing @JsonProperty(index=1) #438

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

Closed
cowtowncoder opened this issue Apr 12, 2014 · 0 comments
Closed

Add support for accessing @JsonProperty(index=1) #438

cowtowncoder opened this issue Apr 12, 2014 · 0 comments
Milestone

Comments

@cowtowncoder
Copy link
Member

Now that there is "index" property for @JsonProperty (see FasterXML/jackson-annotations#32), we need support for accessing it. This means

  • Adding method in AnnotationIntrospector
  • Adding new property in PropertyMetadata (to be accessed via BeanProperty and BeanDescription

and it is also possible to consider using index as another source for ordering properties (beyond explicit ordering).

@cowtowncoder cowtowncoder added this to the 2.4.0 milestone Apr 12, 2014
cowtowncoder added a commit that referenced this issue Apr 12, 2014
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