lombok 链式调用坑
PropertyDescriptor反射获取属性,他的getReadMethod是正常的
但是,通过PropertyDescriptor的getWriteMethod()方法获取属性的setter方法,最后通过setter方法给属性赋值。
在调试时发现是 getWriteMethod()方法返回了 null(也就是获取不到setter方法),导致后续没有执行赋值操作
原文链接:https://blog.csdn.net/qq_31772441/article/details/100992338
(11条消息) PropertyDescriptor获取getWriteMethod为null,使用了lombok_Markix的博客-CSDN博客