Binding

smithy4s.Hints$.Binding$
See theBinding companion trait
object Binding

Attributes

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

Members list

Type members

Classlikes

final case class DynamicBinding(keyId: ShapeId, value: Document) extends Binding

Attributes

Supertypes
trait Binding
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class StaticBinding[A](key: ShapeTag[A], value: A) extends Binding

Attributes

Supertypes
trait Binding
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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

Implicits

Implicits

implicit def fromTuple(tup: (ShapeId, Document)): Binding
implicit def fromValue[A, AA <: A](value: AA)(implicit key: ShapeTag[A]): Binding