摘要: /** * 浅拷贝的工具类 */ public class PropertiesUtil { /** * 两个类,属性名一样的元素,复制成员。 */ public static void copy(Object source,Object target){ Class<?> sourceClass= 阅读全文
posted @ 2021-11-12 20:24 黄大虾 阅读(313) 评论(0) 推荐(0) 编辑
摘要: 需要的依赖: <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>1.2.75</version> </dependency> <dependency> <groupId>io. 阅读全文
posted @ 2021-11-12 20:17 黄大虾 阅读(202) 评论(0) 推荐(0) 编辑