You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the converters are able to instantiate objects having a single parameter constructor accepting a String or Object. But since the Converter itself is able to convert String to primitive (and non-primitive) types, it should not be difficult to extend it to cover Object with a single parameter constructor accepting any type already covered by the Converters.
The text was updated successfully, but these errors were encountered:
At the moment the converters are able to instantiate objects having a single parameter constructor accepting a String or Object. But since the Converter itself is able to convert String to primitive (and non-primitive) types, it should not be difficult to extend it to cover Object with a single parameter constructor accepting any type already covered by the Converters.
The text was updated successfully, but these errors were encountered: