如何获得泛型类型T的类实例

核能气质少年 提交于 2020-08-13 05:24:54

问题:

I have a generics class, Foo<T> . 我有一个泛型类Foo<T> In a method of Foo , I want to get the class instance of type T, but I just can't call T.class . Foo的方法中,我想获取类型T的类实例,但是我无法调用T.class

What is the preferred way to get around it using T.class ? 使用T.class绕过它的首选方法是什么?


解决方案:

参考一: https://stackoom.com/question/EQLx/如何获得泛型类型T的类实例
参考二: https://oldbug.net/q/EQLx/How-to-get-a-class-instance-of-generics-type-T
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!