this.clazz = clazz; this.methodName = methodName; this.methodParameterTypes = methodParameterTypes;
return PrivilegedAccessHelper.getDeclaredMethod(clazz, methodName, methodParameterTypes);