TraitChangeType

smithy.api.TraitChangeType
See theTraitChangeType companion class

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
trait HasId
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

case object ADD extends TraitChangeType

Emit when a trait or value is added that previously did not exist.

Emit when a trait or value is added that previously did not exist.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ADD.type
case object ANY extends TraitChangeType

Emit when any change occurs.

Emit when any change occurs.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ANY.type
case object PRESENCE extends TraitChangeType

Emit when a trait is added or removed.

Emit when a trait is added or removed.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
PRESENCE.type
case object REMOVE extends TraitChangeType

Emit when a trait or value is removed.

Emit when a trait or value is removed.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
REMOVE.type
case object UPDATE extends TraitChangeType

Emit when a trait is modified.

Emit when a trait is modified.

Attributes

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

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
Inherited from:
Companion

Concrete fields

val hints: Hints
val id: ShapeId

Inherited fields

Attributes

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

Attributes

Inherited from:
Enumeration

Implicits

Implicits

implicit val schema: Schema[TraitChangeType]

Inherited implicits

Attributes

Inherited from:
Companion