smithy4s.schema.Primitive
See thePrimitive companion trait
object Primitive
Attributes
Members list
Type members
Classlikes
case object PBigDecimal extends Primitive[BigDecimal]
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait Primitive[BigDecimal]class Objecttrait Matchableclass AnyShow all
- Self type
-
PBigDecimal.type
case object PTimestamp extends Primitive[Timestamp]
Attributes
- Supertypes
- Self type
-
PTimestamp.type
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
def deriving[F[_]](implicit short: F[Short], int: F[Int], float: F[Float], long: F[Long], double: F[Double], bigint: F[BigInt], bigdecimal: F[BigDecimal], boolean: F[Boolean], string: F[String], uuid: F[UUID], byte: F[Byte], blob: F[Blob], document: F[Document], timestamp: F[Timestamp]): PolyFunction[Primitive, F]
In this article