what parameterized type should be for the "List" below?
List supportedClasses = Arrays.asList(String.class, Integer.class, Long.class);