SumBuilder

org.finos.morphir.datamodel.SumBuilder$
object SumBuilder

Attributes

Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
SumBuilder.type

Members list

Type members

Classlikes

case class EnumProduct(enumLabel: String, tag: Class[Any], deriver: GenericProductDeriver[Product]) extends EnumVariant

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait EnumVariant
trait Variant
class Object
trait Matchable
class Any
Show all
case class EnumSingleton(enumLabel: String, tag: Class[Any]) extends EnumVariant

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait EnumVariant
trait Variant
class Object
trait Matchable
class Any
Show all
sealed trait EnumVariant extends Variant

Attributes

Supertypes
trait Variant
class Object
trait Matchable
class Any
Known subtypes
object SumType

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
SumType.type
sealed trait SumType

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Enum
case class SumVariant(enumLabel: String, tag: Class[Any], deriver: Deriver[Any]) extends Variant

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Variant
class Object
trait Matchable
class Any
Show all
sealed trait Variant

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

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