Java集合转换报错: No property named “xxx“ exists in source parameter(s). Did you mean “empty“?
今天用MapStruct将一个类的集合转换成另一个,然后就报了上面的错误,Nopropertynamed“xxx“existsinsourceparameter(s).Didyoumean“empty“?翻译过来就是在入参里面找不到某个字段,可是我传的list对应的类里面确实能搜到它提示的字段,通过编译后的转换类发现是我转换的时候用到了==@Mapping(target=“xxx”,source=