获取方法中被调用方法的Class

发布于 2025-01-20 05:17:03 字数 287 浏览 0 评论 0原文

好的,所以我的观点是我只有一种应用程序方法。主方法,一切都从这里执行。现在我必须尝试获取与该类相关的所有类。

示例:

public static void main(String[] args) {
    
    TestClass.executeSomething();
    Text.start();
    
}

现在我必须通过反射或其他方式获取该类中使用的 2 个子类。在该示例中:“TestClass”和“Text”。

这有可能吗?我感谢每一个答案。

Okay, so my POV is that I have one single Method of the Application. The Main Method, from where everything is getting executed. Now I have to try and get all Classes that are connected with that Class.

Example:

public static void main(String[] args) {
    
    TestClass.executeSomething();
    Text.start();
    
}

And now I have to get, via reflection or something, the 2 Subclasses used in that class. In that Example: "TestClass" and "Text".

Is that somehow possible? I thank for every answer.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文