TheEnum

smithy4s.example.TheEnum
See theTheEnum companion class
object TheEnum extends Enumeration[TheEnum], Companion[TheEnum]

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
trait Enumeration[TheEnum]
trait Companion[TheEnum]
trait Has[TheEnum]
trait ShapeTag[TheEnum]
trait HasId
class Object
trait Matchable
class Any
Show all
Self type
TheEnum.type

Members list

Type members

Classlikes

case object V1 extends TheEnum

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class TheEnum
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
V1.type
case object V2 extends TheEnum

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class TheEnum
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
V2.type

Inherited classlikes

object hint

Attributes

Inherited from:
Companion
Supertypes
class Object
trait Matchable
class Any

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

Value members

Inherited methods

final def fromOrdinal(s: Int): Option[E]

Attributes

Inherited from:
Enumeration
final def fromString(s: String): Option[E]

Attributes

Inherited from:
Enumeration
final override def getTag: ShapeTag[A]

Attributes

Definition Classes
Companion -> Has
Inherited from:
Companion

Concrete fields

val hints: Hints
val id: ShapeId
val tag: EnumTag[TheEnum]
val values: List[TheEnum]

Inherited fields

lazy val intValueMap: Map[Int, TheEnum]

Attributes

Inherited from:
Enumeration
lazy val valueMap: Map[String, TheEnum]

Attributes

Inherited from:
Enumeration

Implicits

Implicits

implicit val schema: Schema[TheEnum]

Inherited implicits

implicit val tagInstance: ShapeTag[TheEnum]

Attributes

Inherited from:
Companion