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
To work around type erasure, it would be nice to be able to pass resolved JavaType, in addition to existing Class<?> (prone to type erasure) and TypeReference<?> (which works but requires static type, can not construct programmatically).
The text was updated successfully, but these errors were encountered:
(note: moved from FasterXML/jackson-databind#1966)
To work around type erasure, it would be nice to be able to pass resolved
JavaType
, in addition to existingClass<?>
(prone to type erasure) andTypeReference<?>
(which works but requires static type, can not construct programmatically).The text was updated successfully, but these errors were encountered: