gpt4 book ai didi

java - beans 的 Spring XML 列表

转载 作者:行者123 更新时间:2023-11-29 08:15:53 24 4
gpt4 key购买 nike

我想做这样的事情

<bean id="xxx" class="yyy">
<property name="list">
<list>
<ref bean="bean1" />
<ref bean="bean2" />
</list>
</property>
</bean>

bean“bean1”和“bean2”是接口(interface) I 的两个不同实现。但是,它们属于不同的类。有谁知道我该怎么做?我在构建字符串列表和整数列表时没有问题。为什么我不能构造一个 beans 列表?

谢谢,
公里数

最佳答案

The beans "bean1" and "bean2" are two different implementations of an interface I. However, they belong to different classes. Does anyone know how I can do this?

它应该可以工作。试试吧。

(这里应该没有运行时类型问题,因为列表的运行时类型是使用的实现类的原始类型。)

I have no problem constructing a list of Strings and a list of Integers. Why can't I construct a list of beans?

我认为您假设它不尝试就不会起作用。

关于java - beans 的 Spring XML 列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4910946/

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