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 ?
BaseClass<X, Y, Z>
SuperCar implements BaseClass<Color, Engine, Foo>
SuperCar
Aucun commentaire:
Enregistrer un commentaire