获取泛型的实例
程序员文章站
2022-05-22 17:08:44
...
Type type = getClass().getGenericSuperclass(); Type[] paramsTypes = ((ParameterizedType)type).getActualTypeArguments(); return (Class<T>)paramsTypes[0];
参见:http://blog.csdn.net/ykdsg/article/details/5472591
上一篇: 无忧无虑的大学生活