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

Support @JsonFormat(pattern=...) for deserialization #64

Closed
cowtowncoder opened this issue Jun 19, 2015 · 1 comment
Closed

Support @JsonFormat(pattern=...) for deserialization #64

cowtowncoder opened this issue Jun 19, 2015 · 1 comment
Milestone

Comments

@cowtowncoder
Copy link
Member

Since Joda serializers already accept format override for pattern, deserializers should do the same.

@cowtowncoder cowtowncoder added this to the 2.6.0-rc3 milestone Jun 20, 2015
cowtowncoder added a commit that referenced this issue Jun 20, 2015
@cowtowncoder
Copy link
Member Author

Interesting challenges, but I was able to implement this. Test coverage only partial, but hopefully good enough (verified first 2 types) to be likely to work across types.

Next thign to add are module defaults.

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