Searched refs:getMethodsRecursive (Results 1 – 2 of 2) sorted by relevance
786 getMethodsRecursive(interfaces, result); in getMethods()794 private static void getMethodsRecursive(Class<?>[] interfaces, List<Method> methods) { in getMethodsRecursive() method in Proxy796 getMethodsRecursive(i.getInterfaces(), methods); in getMethodsRecursive()
72 private static void getMethodsRecursive( in getMethodsRecursive() method in Proxy