EnumTag

smithy4s.schema.EnumTag
See theEnumTag companion trait
object EnumTag

Attributes

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

Members list

Type members

Classlikes

case object ClosedIntEnum extends EnumTag[Nothing]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait EnumTag[Nothing]
class Object
trait Matchable
class Any
Show all
Self type
case object ClosedStringEnum extends EnumTag[Nothing]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait EnumTag[Nothing]
class Object
trait Matchable
class Any
Show all
Self type
object IntEnum

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
IntEnum.type
case class OpenIntEnum[E](unknown: Int => E) extends EnumTag[E]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait EnumTag[E]
class Object
trait Matchable
class Any
Show all
case class OpenStringEnum[E](unknown: String => E) extends EnumTag[E]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait EnumTag[E]
class Object
trait Matchable
class Any
Show all
object StringEnum

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
StringEnum.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror