GenericTypeInfo

org.finos.morphir.internal.TypeInfoModule.GenericTypeInfo$
See theGenericTypeInfo companion trait

Attributes

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

Members list

Type members

Classlikes

sealed case class Full[+A](name: FQName, tpe: Type[A], spec: TypeSpecification[A], definition: TypeDefinition[A]) extends GenericTypeInfo[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait GenericTypeInfo[A]
class Object
trait Matchable
class Any
Show all
sealed case class TypeAndSpec[+A](name: FQName, tpe: Type[A], spec: TypeSpecification[A]) extends GenericTypeInfo[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait GenericTypeInfo[A]
class Object
trait Matchable
class Any
Show all
sealed case class TypeOnly[+A](tpe: Type[A], name: Option[FQName]) extends GenericTypeInfo[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait GenericTypeInfo[A]
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