-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Make ConvertWith applicable to a larger scope #4514
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
Comments
@scordio Your PR looks promising, but I didn’t see any documentation included in it. Do you’ve a write up explaining the design, and the intended usage? |
Not yet. I'll finalize the PR in the upcoming days, including the documentation. Conceptually, the intended usage is the following:
This way, |
@marcphilipp What would I have to do in order to test a feature that's not yet released? Use a nightly build from a non-Maven Central repo? |
We publish snapshots for every commit to |
Currently
ConvertWith
only applies to a single parameter, so, a method using the same converter more than once becomes extremely verbose.Deliverables
ConvertWith
applicable to a method such that if no other converter is found or specified for a parameter, the method-level converter will be used.The text was updated successfully, but these errors were encountered: