25
รับประเภททั่วไปของคลาสที่รันไทม์
ฉันจะบรรลุสิ่งนี้ได้อย่างไร public class GenericClass<T> { public Type getMyType() { //How do I return the type of T? } } ทุกสิ่งที่ฉันได้ลองมาแล้วจะส่งคืนประเภทเสมอObjectมากกว่าประเภทเฉพาะที่ใช้
508
java
generics
reflection