sun.reflect.generics.reflectiveObjects.TypeVariableImpl cannot be cast to java.lang.Class異常解決方法

package com.wzs; import java.lang.reflect.ParameterizedType; public class T1<T> {     private Class classt;     public T1() {         ParameterizedType type = (ParameterizedType) this.getClass().ge
相關文章
相關標籤/搜索