RuntimeTypeInformation

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class ClassTypeInformation(classTag: ClassTag[_]) extends RuntimeTypeInformation
case class EntityType(columns: Map[String, RuntimeTypeInformation]) extends RuntimeTypeInformation
case class EnumType(values: List[EnumValue]) extends RuntimeTypeInformation
case class EnumValue(name: String, value: Any)
case class Module(publicDeclarations: List[NamedType]) extends RuntimeTypeInformation
case class NamedType(name: String, rtti: RuntimeTypeInformation) extends RuntimeTypeInformation
object PlainType

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror