StructSchema

final case class StructSchema[S](shapeId: ShapeId, hints: Hints, fields: Vector[Field[Schema, S, _]], make: IndexedSeq[Any] => S) extends Schema[S]
trait Serializable
trait Product
trait Equals
trait Schema[S]
class Object
trait Matchable
class Any

Value members

Inherited methods

final def addHints(hints: Hints): Schema[S]
Inherited from:
Schema
final def addHints(hints: Hint*): Schema[S]
Inherited from:
Schema
final def compile[F[_]](fk: PolyFunction[Schema, F]): F[S]
Inherited from:
Schema
final def oneOf[Union]: PartiallyAppliedOneOf[Union, S]
Inherited from:
Schema
final def optional[Struct]: PartiallyAppliedOptional[Struct, S]
Inherited from:
Schema
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
final def refined[B]: PartiallyAppliedRefinement[S, B]
Inherited from:
Schema
final def required[Struct]: PartiallyAppliedRequired[Struct, S]
Inherited from:
Schema
Inherited from:
Schema
Inherited from:
Schema
final def validated[C](c: C)(implicit constraint: Simple[C, S]): Schema[S]
Inherited from:
Schema
final def withId(namespace: String, name: String): Schema[S]
Inherited from:
Schema
final def withId(newId: ShapeId): Schema[S]
Inherited from:
Schema