Primitive

smithy4s.schema.Primitive
See thePrimitive companion object
sealed trait Primitive[T]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object PBigDecimal.type
object PBigInt.type
object PBlob.type
object PBoolean.type
object PByte.type
object PDocument.type
object PDouble.type
object PFloat.type
object PInt.type
object PLong.type
object PShort.type
object PString.type
object PTimestamp.type
object PUUID.type
object PUnit.type

Members list

Concise view

Value members

Concrete methods

final def schema(shapeId: ShapeId): Schema[T]
final def schema(namespace: String, name: String): Schema[T]