#92 reflection: IClass.typeinfo for generics

已關閉
ranides3 年之前創建 · 0 條評論

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 參與者
正在加載...
取消
保存
尚未有任何內容