间谍:对Scala对象进行漂亮的人类可读的字符串检查

时间:2024-03-12 05:21:34
【文件属性】:

文件名称:间谍:对Scala对象进行漂亮的人类可读的字符串检查

文件大小:10KB

文件格式:ZIP

更新时间:2024-03-12 05:21:34

scala inspection scala-library pretty-printing Scala

间谍 Scala 2.13+项目库,用于漂亮的打印用例类,其字段名称为分层树格式。 对于调试目的很有用,因为它可以使案例类易于理解。 为任何对象提供.spy扩展方法。 用户指南 仅适用于Scala 2.13+ libraryDependencies += "com.gu" %% "spy" % "x.x.x" 例子 import com . gu . spy . _ case class Address ( street : String , city : String , planet : String , country : String ) case class User ( name : String , age : Int , address : Address ) val user = User ( " Jean-Luc Picard " , 79 , Address (


网友评论