摘要: 上面是基本使用方法。 使用BeanGenator动态的生成类,并给类添加属性 BeanGenator不能设置callback,也不能设置值 用BeanMap动态的生成类,并给类添加属性 1. 避免每次进行BeanMap map = BeanMap.create();创建对象,不同于BeanCopie 阅读全文
posted @ 2020-03-21 21:06 X1aoHei 阅读(480) 评论(2) 推荐(0) 编辑
摘要: ```java import java.lang.reflect.Field; import org.springframework.aop.framework.AdvisedSupport; import org.springframework.aop.framework.AopProxy; import org.springframework.aop.support.AopUtils; pub 阅读全文
posted @ 2020-03-21 17:28 X1aoHei 阅读(2091) 评论(0) 推荐(0) 编辑