I have a generic interface, lets call it GenericInterface. I need to pass the class object of that interface to a method that expects (specifi
GenericInterface
There are similar questions:
The short answer is, that there is no way to find out the runtime type of generic type parameters in Java.