Data

object Data extends Enumeration[Data] with Companion[Data]
Companion:
class
trait Sum
trait Mirror
trait Enumeration[Data]
trait Companion[Data]
trait Has[Data]
trait ShapeTag[Data]
trait HasId
class Object
trait Matchable
class Any
Data.type

Type members

Classlikes

case object CUSTOMER_CONTENT extends Data
case object PERMISSIONS_DATA extends Data
case object SERVICE_ATTRIBUTES extends Data
case object TAG_DATA extends Data

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def to(e: Data): (String, Int)

Inherited methods

final def asString(e: Data): String
Inherited from:
Enumeration
final def fromOrdinal(s: Int): Option[Data]
Inherited from:
Enumeration
final def fromString(s: String): Option[Data]
Inherited from:
Enumeration
final override def getTag: ShapeTag[Data]
Definition Classes
Companion -> Has
Inherited from:
Companion

Concrete fields

val hints: Hints
val id: ShapeId
val schema: Schema[Data]

Inherited fields

lazy val ordinalMap: Map[Int, Data]
Inherited from:
Enumeration
lazy val valueMap: Map[String, Data]
Inherited from:
Enumeration

Implicits

Implicits

implicit val staticSchema: Static[Schema[Data]]

Inherited implicits

implicit val tagInstance: ShapeTag[Data]
Inherited from:
Companion