获取当前项目/战争中的类列表
我有一个问题。当我尝试通过调用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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!