Repr

org.finos.morphir.Dumper.Repr
See theRepr companion trait
object Repr

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Repr.type

Members list

Type members

Classlikes

final case class Boolean(value: Boolean) extends Repr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Repr
class Object
trait Matchable
class Any
Show all
final case class Byte(value: Byte) extends Repr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Repr
class Object
trait Matchable
class Any
Show all
final case class Char(value: Char) extends Repr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Repr
class Object
trait Matchable
class Any
Show all
final case class Constructor(namespace: List[String], name: String, reprs: ListMap[String, Repr]) extends Repr

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Repr
class Object
trait Matchable
class Any
Show all
object Constructor

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Double(value: Double) extends Repr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Repr
class Object
trait Matchable
class Any
Show all
final case class Float(value: Float) extends Repr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Repr
class Object
trait Matchable
class Any
Show all
final case class Int(value: Int) extends Repr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Repr
class Object
trait Matchable
class Any
Show all
final case class KeyValue(key: Repr, value: Repr) extends Repr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Repr
class Object
trait Matchable
class Any
Show all
final case class Long(value: Long) extends Repr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Repr
class Object
trait Matchable
class Any
Show all
final case class Object(namespace: List[String], name: String) extends Repr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Repr
class Object
trait Matchable
class Any
Show all
final case class Short(value: Short) extends Repr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Repr
class Object
trait Matchable
class Any
Show all
final case class String(value: String) extends Repr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Repr
class Object
trait Matchable
class Any
Show all
final case class VConstructor(namespace: List[String], name: String, reprs: List[Repr]) extends Repr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Repr
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

implicit def deriveRepr[A](a: A)(implicit dumper: Dumper[A]): Repr