How to access and setup value from another class using Java Reflection

后端 未结 0 1337
孤街浪徒
孤街浪徒 2020-12-10 12:50

Example:

public Class myClassA{

    private Application1 application1;
    Integer aInterger;
    myDTO myDTO = new myDTO();
    private List

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题