PrimitiveSchema

final case class PrimitiveSchema[P](shapeId: ShapeId, hints: Hints, tag: Primitive[P]) extends Schema[P]
trait Serializable
trait Product
trait Equals
trait Schema[P]
class Object
trait Matchable
class Any

Value members

Inherited methods

final def addHints(hints: Hints): Schema[P]
Inherited from:
Schema
final def addHints(hints: Hint*): Schema[P]
Inherited from:
Schema
final def compile[F[_]](schematic: Schematic[F]): F[P]
Inherited from:
Schema
final def compile[F[_]](fk: PolyFunction[Schema, F]): F[P]
Inherited from:
Schema
final def oneOf[Union]: PartiallyAppliedOneOf[Union, P]
Inherited from:
Schema
final def optional[Struct]: PartiallyAppliedOptional[Struct, P]
Inherited from:
Schema
Inherited from:
Product
final def required[Struct]: PartiallyAppliedRequired[Struct, P]
Inherited from:
Schema
Inherited from:
Schema
Inherited from:
Schema
final def validated[C](implicit constraint: Simple[C, P]): Schema[P]
Inherited from:
Schema
final def withId(namespace: String, name: String): Schema[P]
Inherited from:
Schema
final def withId(newId: ShapeId): Schema[P]
Inherited from:
Schema