gpt4 book ai didi

java - 在 Spring 中 Autowiring Bean 列表并获取它们的名称

转载 作者:塔克拉玛干 更新时间:2023-11-03 05:16:29 26 4
gpt4 key购买 nike

我有一些特定类型但名称不同的 Spring Bean:

@Bean public Car audi() { .. }
@Bean public Car mercedes() { .. }
@Bean public Car honda() { .. }

现在我可以通过以下方式 Autowiring 它们:

@Autowired List<Car> cars;

有了这个,我得到了所有的汽车对象。

是否有可能以某种方式也获得 bean 名称?

最佳答案

米。 Deinums 评论有正确的解决方案

@Autowired Map<String, Car> carsAndNames;

关于java - 在 Spring 中 Autowiring Bean 列表并获取它们的名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37672712/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com