-
-
Notifications
You must be signed in to change notification settings - Fork 819
Closed
Milestone
Description
(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 existing Class<?>
(prone to type erasure) and TypeReference<?>
(which works but requires static type, can not construct programmatically).
Metadata
Metadata
Assignees
Labels
No labels