我有一个非春季bean类,如下所示:
public class ReportFilterManager implements Serializable {
private static final long serialVersionUID = 1L;
@SpringBean
private IControllersConfigService controllersConfigService;
private List<String> fromGroupOfControllers = controllersConfigService.getAllGroupOfControllersNames();
我想使用spring bean controllersConfigService的方法初始化fromGroupOfControllers字段。最好的方法是什么?
答案 0 :(得分:0)
我想说最好的方法是将
"metainfos":"ceeaceaaaceeaceaaaceeaceaaaceeaaceaaaceeabceaaa":[]
作为方法或构造函数参数传递。
您实例化controllersConfigService
的类应该找到以某种方式获取ReportFilterManager
的方法。