Done
Details
Assignee
Uladzislau ArlouskiUladzislau ArlouskiReporter
Uladzislau ArlouskiUladzislau ArlouskiComponents
Fix versions
Priority
Lowest
Details
Details
Assignee
Uladzislau Arlouski
Uladzislau ArlouskiReporter
Uladzislau Arlouski
Uladzislau ArlouskiComponents
Fix versions
Priority
Created May 27, 2021 at 12:47 PM
Updated June 1, 2021 at 8:32 AM
Resolved June 1, 2021 at 8:32 AM
Currently we have API only to check whether we can convert to a particular type, but to build a complete chain of converters we should have an ability to get a type from which we can convert.
Suggested method signature:
canConvertFrom(Type type);