为了账号安全,请及时绑定邮箱和手机立即绑定

Type mismatch: cannot convert from ArrayList<?> to Collection<BlockPair>

HashMap hints= new HashMap();

hints.put(EncodeHintType.CHARACTER_SET, "utf-8");

hints.put(EncodeHintType.ERROR_CORRECTION, ErrorCorrectionLevel.M);

hints.put(EncodeHintType.MARGIN,2);

try {

BitMatrix bitMatrix =new MultiFormatWriter().encode(content, BarcodeFormat.QR_CODE, width, height);

Path file=new File("D:/MyEclipse/code/img.png").toPath();

MatrixToImageWriter.writeToPath(bitMatrix, format, file);

} catch (Exception e) {


e.printStackTrace();

}

Exception in thread "main" java.lang.Error: Unresolved compilation problems: 

Type mismatch: cannot convert from ArrayList<?> to Collection<BlockPair>

Cannot instantiate the type ArrayList<?>

Syntax error on token "<", ? expected after this token


正在回答

1 回答

你这段代码是没有问题的,可以生成二维码,把你的全部代码放出来,连导入的包一起。

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Java生成二维码
  • 参与学习       84502    人
  • 解答问题       204    个

二维码无处不在,自己动手用Java生成二维码,三种生成方式任你选

进入课程

Type mismatch: cannot convert from ArrayList<?> to Collection<BlockPair>

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信