使用反射Java获取指定包下所有类及其方法
创始人
2025-01-07 06:06:20
0

使用反射获取指定包下所有类及其方法时的诡异问题及解决方案

引言

最近在项目中遇到了一个棘手的问题:通过反射获取指定包下面的所有类和类下面的所有方法,在本地使用IDEA运行项目时一切正常,但将项目打成JAR包后部署到服务器上却无法获取到。经过一番调查,发现问题出在类加载方式的不同上。

原因分析

问题的根源在于类加载器的不同。IDEA运行时使用的是IDEA自带的类加载器,而JAR包在服务器上运行时使用的是Java标准的类加载器。这种差异会导致反射获取类和方法时的行为不同。

解决方案

为了在JAR包部署环境中也能正确获取指定包下的所有类及其方法:

    /**      * 获取包下所有类      *      * @param packageName 包路径      * @return 类集合      */     public static Set> getClasses(String packageName) throws IOException {         ClassLoader classLoader = Thread.currentThread().getContextClassLoader();         assert classLoader != null;         String path = packageName.replace('.', '/');         Enumeration resources = classLoader.getResources(path);         Set> classes = new LinkedHashSet<>();         while (resources.hasMoreElements()) {             URL resource = resources.nextElement();             if ("file".equals(resource.getProtocol())) {                 processDirectory(classes, resource, packageName);             } else if ("jar".equals(resource.getProtocol())) {                 processJarFile(classes, resource, packageName);             }         }         return classes;     }  	/**      * 递归遍历目录下的所有文件      *      * @param classes     类集合      * @param directory   目录      * @param packageName 包名      */     private static void processDirectory(Set> classes, URL directory, String packageName) throws UnsupportedEncodingException, MalformedURLException {         String path = URLDecoder.decode(directory.getFile(), "UTF-8");         File[] files = new File(path).listFiles();         if (files != null) {             for (File file : files) {                 if (file.isDirectory()) {                     processDirectory(classes, file.toURI().toURL(), packageName + "." + file.getName());                 } else if (file.getName().endsWith(".class")) {                     String className = packageName + '.' + file.getName().substring(0, file.getName().length() - 6);                     try {                         classes.add(Class.forName(className, false, getClassLoader()));                     } catch (ClassNotFoundException e) {                         throw new RuntimeException(e);                     }                 }             }         }     }      /**      * 解析jar包中的类集合      *      * @param classes     类集合      * @param jarFileUrl  jar包      * @param packageName 包名      */     private static void processJarFile(Set> classes, URL jarFileUrl, String packageName) throws IOException {         JarFile jarFile = null;         try {             JarURLConnection jarURLConnection = (JarURLConnection) jarFileUrl.openConnection();             if (jarURLConnection != null) {                 jarFile = jarURLConnection.getJarFile();                 if (jarFile != null) {                     Enumeration jarEntries = jarFile.entries();                     while (jarEntries.hasMoreElements()) {                         JarEntry jarEntry = jarEntries.nextElement();                         String jarEntryName = jarEntry.getName();                         if (jarEntryName.startsWith(packageName.replace('.', '/') + '/') && jarEntryName.endsWith(".class")) {                             String className = jarEntryName.substring(0, jarEntryName.lastIndexOf(".")).replaceAll("/", ".");                             try {                                 classes.add(Class.forName(className));                             } catch (ClassNotFoundException e) {                                 log.error(e.getMessage());                             }                         }                     }                 }             }         } catch (IOException e) {             System.err.println("Error processing the Jar file: " + e.getMessage());         } finally {             // 在 finally 块中确保 JarFile 被正确关闭             if (jarFile != null) {                 try {                     jarFile.close();                 } catch (IOException e) {                     System.err.println("Error closing the Jar file: " + e.getMessage());                 }             }         }     }      /**      * 获取类的方法列表      *      * @param clazz 类      * @return 方法列表      */     public static List> getMethodsByClass(Class clazz) {         List> methodList = new ArrayList<>();         Arrays.stream(clazz.getDeclaredMethods()).forEach(method -> {             Map methodNode = new HashMap<>();             methodNode.put("methodName", method.getName());             methodNode.put("methodPath", method.toString());             methodList.add(methodNode);         });         return methodList;     } 
代码说明
  1. 获取指定包下的所有类
    使用Thread.currentThread().getContextClassLoader().getResources(packagePath)获取指定包路径下的所有资源。

  2. 处理JAR文件
    如果资源是JAR文件,则通过JarURLConnection获取JAR文件中的所有条目,并筛选出类文件。

  3. 处理目录
    如果资源是目录,则递归查找目录中的所有类文件。

  4. 使用反射获取方法
    对于每个找到的类,使用clazz.getDeclaredMethods()获取其所有方法,并输出方法名。

结论

通过上述方法,可以在本地IDEA开发环境和服务器部署环境中,正确地通过反射获取指定包下的所有类及其方法。

相关内容

热门资讯

透视脚本(德州aapoker俱... 透视脚本(德州aapoker俱乐部)aapoker有猫腻(透视)真是是真的有挂(详细辅助科技教程)在...
透视有挂!德扑之星有作弊,(德... 透视有挂!德扑之星有作弊,(德州机器人)总是有挂(详细辅助wpk教程);1、每一步都需要思考,不同水...
透视美元局(WPK)wpk辅助... 透视美元局(WPK)wpk辅助挂(透视)详细辅助攻略方法(一贯是有挂);1、全新机制【wpk辅助挂软...
透视代打(aapoker)aa... 透视代打(aapoker)aapoker有猫腻(透视)原来是有挂(详细辅助规律教程)1、金币登录送、...
透视安装(WPk)微扑克辅助器... 透视安装(WPk)微扑克辅助器ios(透视)详细辅助解密教程(总是真的是有挂)1、构建自己的微扑克辅...
透视攻略!智星德州菠萝开挂,(... 透视攻略!智星德州菠萝开挂,(德州机器人)原来真的是有挂(详细辅助科技教程)运智星德州菠萝开挂辅助工...
透视讲解(AAPOkER)aa... 透视讲解(AAPOkER)aapoker辅助工具存在(透视)竟然真的有挂(详细辅助2025新版教程)...
辅助透视!智星德州菠萝开挂,(... 辅助透视!智星德州菠萝开挂,(德州wepower)总是是有挂(详细辅助新2025版)该软件可以轻松地...
透视教学(wPK)wpk有辅助... 透视教学(wPK)wpk有辅助挂(透视)详细辅助黑科技教程(原来有挂);暗藏猫腻,小编详细说明wpk...
透视黑科技(aApoker)a... 透视黑科技(aApoker)aapoker俱乐部(透视)竟然是真的有挂(详细辅助AA德州教程)透视黑...