DataExample

alloy.DataExample
See theDataExample companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
trait Has[DataExample]
trait HasId
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

final case class JsonCase(json: Document) extends DataExample

Attributes

Companion
object
Supertypes
trait DataExample
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object JsonCase

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
JsonCase.type
final case class SmithyCase(smithy: Document) extends DataExample

Attributes

Companion
object
Supertypes
trait DataExample
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SmithyCase

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
SmithyCase.type
final case class StringCase(string: String) extends DataExample

Attributes

Companion
object
Supertypes
trait DataExample
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object StringCase

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
StringCase.type
object Visitor

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Visitor.type
trait Visitor[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Default[A]

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

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def json(json: Document): DataExample
def smithy(smithy: Document): DataExample
def string(string: String): DataExample

Inherited methods

final override def getTag: ShapeTag[A]

Attributes

Definition Classes
Inherited from:
Companion

Concrete fields

val hints: Hints
val id: ShapeId

Implicits

Implicits

implicit val schema: Schema[DataExample]

Inherited implicits

Attributes

Inherited from:
Companion