使用反射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开发环境和服务器部署环境中,正确地通过反射获取指定包下的所有类及其方法。

相关内容

热门资讯

总算了解!!约局吧作必弊脚本,... 总算了解!!约局吧作必弊脚本,微乐游戏竞技团辅助(透视)确实真的有工具(哔哩哔哩)1、点击下载安装,...
不少玩家反映!智星菠萝辅助,微... 不少玩家反映!智星菠萝辅助,微乐老友广东辅助器(透视)好像是有方法(哔哩哔哩)1)微乐老友广东辅助器...
重大消息!约局吧如何查看是否有... 重大消息!约局吧如何查看是否有挂,微信微乐辅助器使用教程(透视)竟然有有插件(哔哩哔哩)1、点击下载...
推荐攻略!拱趴大菠萝怎么开挂,... 推荐攻略!拱趴大菠萝怎么开挂,微信微乐挂有没有(透视)本来是真的有app(哔哩哔哩)微信微乐挂有没有...
玩家必看科普!xpoker透视... 玩家必看科普!xpoker透视辅助,微乐自建房辅助软件如何下载(透视)切实是真的有技巧(哔哩哔哩)1...
玩家亲测!哈糖大菠萝怎么开挂,... 玩家亲测!哈糖大菠萝怎么开挂,微乐自建房插件详细教程(透视)好像真的有器(哔哩哔哩)1、操作简单,无...
盘点几款!哈糖大菠萝有挂吗5个... 盘点几款!哈糖大菠萝有挂吗5个常用方法,微乐陕西小程序破解器(透视)都是存在有软件(哔哩哔哩)1、金...
有玩家发现!竞技联盟破解版最新... 有玩家发现!竞技联盟破解版最新版,微乐家乡官方app下载(透视)总是存在有技巧(哔哩哔哩)1、实时微...
玩家必看教程!!we poke... 玩家必看教程!!we poker免费辅助器,微乐自建房黑科技辅助工具下载(透视)总是是有软件(哔哩哔...
专业讨论!!哈糖大菠萝有挂吗5... 专业讨论!!哈糖大菠萝有挂吗5个常用方法,微乐小程序免费黑科技下载方法(透视)一直真的是有脚本(哔哩...