编译错误 BeanUtils::instantiate 哪位大神帮忙看看
springboot吧
全部回复
仅看楼主
level 1
SpringStudy0 楼主
编译错误: The type BeanUtils does not define instantiate(Class<? extends AbstractAuditChainHandler<T>>) that is applicable here
主要代码片段:
List<Object> list = Arrays.stream(handlers).map(BeanUtils::instantiate).collect(Collectors.toList());
报错代码:
BeanUtils::instantiate
2019年01月09日 14点01分 1
1