TestType

smithy4s.compliancetests.TestConfig.TestType
See theTestType companion class
object TestType extends Enumeration[TestType]

Attributes

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

Members list

Type members

Classlikes

case object Request extends TestType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class TestType
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Request.type
case object Response extends TestType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class TestType
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Response.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

Concrete methods

def hints: Hints
def id: ShapeId
def values: List[TestType]

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 schema: Schema[TestType]

Inherited fields

lazy val intValueMap: Map[Int, TestType]

Attributes

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

Attributes

Inherited from:
Enumeration

Implicits

Inherited implicits

implicit val tagInstance: ShapeTag[TestType]

Attributes

Inherited from:
Companion