-
Notifications
You must be signed in to change notification settings - Fork 38.5k
Add convert(Object, TypeDescriptor) method to ConversionService #25394
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
Does the existing |
Can you please advise how to use it when I need to convert an object to a |
Would it be possible for me to work on this? |
You would need a target |
Team Decision: assigned to the General Backlog to allow this issue to gain wider community interest. |
Since the |
Uh oh!
There was an error while loading. Please reload this page.
At the moment there is the method
And usually
sourceType
can be deduced fromsource
and it is unnecessary to specify thesourceType
. Please add a newconvert
method which will remove necessity to specify the type descriptor if it is the same assource
.The text was updated successfully, but these errors were encountered: