1

我尝试使用 Set 类型的字段保存案例类。像这样的东西:

case class MyObject(setOfString:Set[String]) 

当我从 db 获取 MyObject 时,出现此错误:

The future returned an exception of type: java.lang.ClassCastException, with message: scala.collection.immutable.$colon$colon cannot be cast to scala.collection.immutable.Set.

蒙哥版本:

"org.mongodb.scala"      %%  "mongo-scala-driver"     % "2.1.0"

知道如何强制设置类型为 mongo 驱动程序吗?

4

0 回答 0