获取当前项目/战争中的类列表

发布于 2024-11-03 05:07:05 字数 192 浏览 0 评论 0原文

我有一个问题。当我尝试通过调用 Package.getPackages() 获取包列表时,我收到了 ClassLoader 加载的类的列表。但有些类没有加载,它们的包也不在 Classloader 缓存中。

如何获取项目中课程的完整列表?我的目标是找到具有精确注释的类和方法。

I've got a problem. When I trying to get the list of packages, by invoking Package.getPackages(), I'm receiving the list of loaded classes by ClassLoader. But some classes did not loaded and their packages are not in the Classloader cache.

How can I get the full list of classes in my project? My target is to find classes and methods with exact annotation.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦过后 2024-11-10 05:07:05

Stripes Web 框架 已经有一个实用程序类来执行此操作 - ResolverUtil

Stripes 受 Apache 许可证保护,所以下载它并开始吧!

The Stripes web framework already has a utility class to do just this - ResolverUtil.

Stripes is under the Apache license, so download it and go!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文