Returns the the specified method - if any. Method method = null; try { method = MethodCache.getInstance().getMethod(clazz, methodName, STRING_CLASS_QNAME_CLASS); } catch (NoSuchMethodException e) { } return method;
Method method = null; try { method = MethodCache.getInstance().getMethod(clazz, methodName, STRING_CLASS_QNAME_CLASS); } catch (NoSuchMethodException e) { } return method;