jeudi 19 mars 2015

How to read class types using Java reflection

I have a class BaseClass<X, Y, Z>. And I implement the class as SuperCar implements BaseClass<Color, Engine, Foo>. So now i need to get those X,Y,Z values by using reflection on SuperCar class. Is this possible ?






Aucun commentaire:

Enregistrer un commentaire