-
Notifications
You must be signed in to change notification settings - Fork 343
Open
Description
当使用链式编程的时候,如Lombok的@accessors(chain = true)注解,pd.getWriteMethod()会返回空导致无法进行映射
具体代码位置:
PropertyDescriptor pd = pds[i];
if (pd.getWriteMethod() != null) {
}
Line 119 in 8b51270
| if (pd.getWriteMethod() != null) { |
Metadata
Metadata
Assignees
Labels
No labels