alloy.DataExample
See theDataExample companion trait
object DataExample extends Companion[DataExample]
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrortrait Companion[DataExample]trait Has[DataExample]trait ShapeTag[DataExample]trait HasIdclass Objecttrait Matchableclass AnyShow all
- Self type
-
DataExample.type
Members list
Type members
Classlikes
final case class JsonCase(json: Document) extends DataExample
Attributes
- Companion
- object
- Supertypes
-
trait DataExampletrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object JsonCase
final case class SmithyCase(smithy: Document) extends DataExample
Attributes
- Companion
- object
- Supertypes
-
trait DataExampletrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object SmithyCase
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SmithyCase.type
final case class StringCase(string: String) extends DataExample
Attributes
- Companion
- object
- Supertypes
-
trait DataExampletrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object StringCase
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
StringCase.type
object Visitor
Inherited types
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
In this article