gpt4 book ai didi

java - 如何更改列表中 bean 的属性值?

转载 作者:行者123 更新时间:2023-11-29 06:19:56 28 4
gpt4 key购买 nike

我有一个 bean 列表,现在我想更改列表中所有 bean 的属性值。例如:

class Person{
String name;
int age;
String attrXYZ;

/* accessors and mutators */
}

List<Person> lstPerson = getAllPersons();
//set the attribute attrXYZ of all persons in the list to 'undefined'

一种方法是迭代列表并调用 setAttrXYZ ( 'undefined' ); 这就是我现在正在做的。
我想知道是否还有其他方法可以做到这一点。

最佳答案

不幸的是,即使使用反射,您也必须遍历列表。因此,据我所知,没有其他解决方案。

关于java - 如何更改列表中 bean 的属性值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3554263/

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