I want to use
Class.getMethod(String name, Class... parameterTypes)
to find the method I need to invoke with the given parameters, but apparent
Integer.class represents the Integer object type. Integer.TYPE represents the int primitive type. Does that work?