获取方法中被调用方法的Class
好的,所以我的观点是我只有一种应用程序方法。主方法,一切都从这里执行。现在我必须尝试获取与该类相关的所有类。
示例:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论