c

com.softwaremill.diffx

DiffResultObject

case class DiffResultObject(name: String, fields: Map[String, DiffResult]) extends DiffResultDifferent with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DiffResultObject
  2. Serializable
  3. Product
  4. Equals
  5. DiffResultDifferent
  6. DiffResult
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DiffResultObject(name: String, fields: Map[String, DiffResult])

Value Members

  1. val fields: Map[String, DiffResult]
  2. def isIdentical: Boolean
    Definition Classes
    DiffResultDifferentDiffResult
  3. val name: String
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. def show: String
    Definition Classes
    DiffResult