#92 reflection: IClass.typeinfo for generics

已关闭
ranides3 年之前创建 · 0 条评论
ranides 评论于 3 年之前

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`
ranides3 年之前 关闭
ranides 在代码提交 3 年之前 中引用了该工单
登录 并参与到对话中。
未选择里程碑
未指派成员
1 名参与者
正在加载...
取消
保存
这个人很懒,什么都没留下。