記錄-bean對象的屬性值複製

 

import org.springframework.beans.BeanUtils;

//將A中的屬性值賦值給B的同名屬性,不會拋異常。
BeanUtils.copyProperties(classA, classB);
相關文章
相關標籤/搜索