spring: set property of one bean by reading the property of another bean?

前端 未结 3 2164
别跟我提以往
别跟我提以往 2020-12-05 13:22

Is it possible to set the property of one bean by reading the property of another bean? For instance, suppose I had:

class A {
   void setList(List list);
}
         


        
3条回答
提交回复
热议问题