mapstruct-spring-plus
mapstruct-spring-plus copied to clipboard
AutoMapObjectMapper.mapList 方法未实现,返回null
List<D> results = new ArraryList(); source.foreach(s -> { results.add(map(s, destinationCls)); }); return results;