Autowired字段是否在类构造期间可访问?
创始人
2024-11-12 16:30:22
0

在某些情况下,类的构造函数可能需要访问类中的@Autowired字段。然而,默认情况下,在类的构造函数被调用之前,@Autowired字段并不可用。为了解决这个问题,可以使用以下解决方案:

  1. 使用构造函数注入:

在类中声明一个有参构造函数,使用@Autowired注解该构造函数参数。在构造函数中完成对@Autowired字段的访问,这样可以确保@Autowired字段在类的构造函数中可用。

示例代码:

@Component
public class MyService {
    private final Dependency dependency;

    @Autowired
    public MyService(Dependency dependency) {
        this.dependency = dependency;
        // Access to the autowired field is available
        // within the constructor
        dependency.someMethod();
    }

    public void doSomething() {
        // Access to the autowired field is available
        // within other methods
        dependency.someMethod();
    }
}
  1. 实现InitializingBean接口:

如果类已经被Spring容器实例化,并且@Autowired字段已经设置值,可以使用InitializingBean接口完成对@Autowired字段的访问。

示例代码:

@Component
public class MyService implements InitializingBean {
    @Autowired
    private Dependency dependency;

    @Override
    public void afterPropertiesSet() throws Exception {
        // Access to the autowired field is available
        // in afterPropertiesSet method
        dependency.someMethod();
    }

    public void doSomething() {
        // Access to the autowired field is available
        // within other methods
        dependency.someMethod();
    }
}

以上两种方法都能够确保@Autowired字段在类的构造函数中可访问。

相关内容

热门资讯

2分钟细说!poker wor... 2分钟细说!poker world辅助(辅助挂)果然是真的有挂(有挂攻略辅助技巧)1、2分钟细说!p...
攻略讲解!wepoker私人局... 攻略讲解!wepoker私人局透视方法(辅助挂)竟然是真的有挂(有挂解惑辅助器)1. 选牌创建新账号...
专业讨论!约局吧透视挂下载(辅... 专业讨论!约局吧透视挂下载(辅助挂)切实有挂(果真有挂辅助工具)1、有没有辅助教程、有透视吗等服务,...
一分钟教会你!wepoker正... 一分钟教会你!wepoker正确养号方法(辅助挂)总是是真的有挂(果真有挂辅助技巧)1、首先打开辅助...
今日公布!拱趴大菠萝挂(辅助挂... 今日公布!拱趴大菠萝挂(辅助挂)总是真的是有挂(有挂细节辅助攻略)暗藏猫腻,小编详细说明破解器有用吗...
重磅来袭!wepoker透视脚... 重磅来袭!wepoker透视脚本下载(辅助挂)原来是有挂(有挂助手辅助技巧)1、辅助器安装包、辅助器...
技术分享!wpk有那种辅助吗(... 技术分享!wpk有那种辅助吗(辅助挂)总是真的是有挂(发现有挂辅助脚本)1. 选牌创建新账号,点击进...
玩家必看科普!hhpoker作... 玩家必看科普!hhpoker作弊码怎么用(辅助挂)本来是真的有挂(证实有挂辅助器)运辅助工具,进入游...
科技通报!hhpoker辅助(... 科技通报!hhpoker辅助(辅助挂)好像存在有挂(有挂教学辅助app)1、有没有辅助教程、有透视吗...
重大通报!红龙poker有辅助... 重大通报!红龙poker有辅助吗(辅助挂)总是存在有挂(详细教程辅助攻略)1、该软件可以轻松地帮助玩...