mapstruct-spring-plus icon indicating copy to clipboard operation
mapstruct-spring-plus copied to clipboard

AutoMapObjectMapper.mapList 方法未实现,返回null

Open ifanvip opened this issue 4 years ago • 1 comments

ifanvip avatar Oct 16 '21 05:10 ifanvip

List<D> results = new ArraryList(); source.foreach(s -> { results.add(map(s, destinationCls)); }); return results;

ifanvip avatar Oct 16 '21 06:10 ifanvip