-
Notifications
You must be signed in to change notification settings - Fork 813
Support Spring formatting annotations for params #48
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 Spring formatting annotations for params #48
Conversation
… ConversionService and passes annotations (through TypeDescriptor) - ConversionService can now pick up @DateTimeFormat and @numberformat and convert the params applying those.
…for the element type when param is Iterable.
| } | ||
| } | ||
|
|
||
| // TODO Can this go? Doesn't seem to be referenced anymore (but is public). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please advise.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have to keep it now. You can add a @Deprecated annotation and we can remove it in the next major release
Codecov Report
@@ Coverage Diff @@
## master #48 +/- ##
============================================
- Coverage 76.24% 75.87% -0.38%
Complexity 283 283
============================================
Files 36 36
Lines 1183 1206 +23
Branches 183 186 +3
============================================
+ Hits 902 915 +13
- Misses 204 212 +8
- Partials 77 79 +2
|
| } | ||
| } | ||
|
|
||
| // TODO Can this go? Doesn't seem to be referenced anymore (but is public). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have to keep it now. You can add a @Deprecated annotation and we can remove it in the next major release
d969d7b to
574cb0d
Compare
574cb0d to
ffb223a
Compare
|
What's the status on merging? |
Fixes gh-47