Class object of generic class (java)
generics, java
Solution
how about
(Class<List<Object>>)(Class<?>)List.class
Problem
is there a way in java to get an instance of something like `Class<List<Object>>` ?
generics, java
how about
(Class<List<Object>>)(Class<?>)List.class
is there a way in java to get an instance of something like `Class<List<Object>>` ?