Properties

org.finos.morphir.internal.TypeSpecModule.TypeSpecification.Properties
See theProperties companion trait
object Properties

Attributes

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

Members list

Type members

Classlikes

sealed case class CustomType[+A](ctors: TypeConstructors[A]) extends Properties

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Properties
class Object
trait Matchable
class Any
Show all
sealed case class DerivedType[+A](baseType: Type[A], fromBaseType: FQName, toBaseType: FQName) extends Properties

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Properties
class Object
trait Matchable
class Any
Show all
case object OpaqueType extends Properties

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Properties
class Object
trait Matchable
class Any
Show all
Self type
OpaqueType.type
sealed case class TypeAlias[+T](expr: T) extends Properties

Attributes

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

Types

type OpaqueType = OpaqueType.type

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