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

Add a DeserializerFeature that enables Case Insensitivity #566

Closed
mressler opened this issue Sep 29, 2014 · 1 comment · Fixed by #568
Closed

Add a DeserializerFeature that enables Case Insensitivity #566

mressler opened this issue Sep 29, 2014 · 1 comment · Fixed by #568

Comments

@mressler
Copy link
Contributor

Discussion here: http://jackson-users.ning.com/forum/topics/case-insensitive-properties

Somehow I found that location before I found this GitHub repo. I plan on implementing this as a DeserializationFeature and submitting a pull request. I'm happy to take any pointers or discussion in the comments here on GitHub.

@cowtowncoder
Copy link
Member

Always happy to get implementation of new features! The main concern really is with complexity of BeanDeserializer, but if addition can be achieved without seriously adding to complexity, it would be great. And I think many users would find such feature useful.

mressler added a commit to mressler/jackson-databind that referenced this issue Sep 30, 2014
cowtowncoder added a commit that referenced this issue Dec 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

Successfully merging a pull request may close this issue.

2 participants