#92 reflection: IClass.typeinfo for generics

Closed
opened 3 years ago by ranides · 0 comments
ranides commented 3 years ago

In in fact it is possible to implement inside typeinfo(classname) support for creation parameterized type:

typename<param1,param2,param3<a,b,c>,param4>

First we have to parse string using string tokenizer and then resolve all names into class using ClassUtils.forName

In in fact it is possible to implement inside `typeinfo(classname)` support for creation parameterized type: ``` typename<param1,param2,param3<a,b,c>,param4> ``` First we have to parse string using string tokenizer and then resolve all names into class using `ClassUtils.forName`
ranides referenced this issue from a commit 3 years ago
Sign in to join this conversation.
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.