Does anyone have code that can take care of this situation: List<String> strings = new ArrayList<String>();
Class returnType = getReturnType(strings.getClass(), "get", int.class); I want the "returnType" to be java.lang.String. Does anyone have code that would return that? Is it possible? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]