ToSchema

morphling.tapir.ToSchema$
See theToSchema companion trait
object ToSchema

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ToSchema.type

Members list

Type members

Classlikes

trait AllOps[S[_], A] extends Ops[S, A]

Attributes

Supertypes
trait Ops[S, A]
trait Serializable
class Object
trait Matchable
class Any
trait Ops[S[_], A] extends Serializable

Attributes

Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllOps[S, A]
trait ToToSchemaOps extends Serializable

Attributes

Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
object nonInheritedOps.type

Attributes

Supertypes
trait Serializable
class Object
trait Matchable
class Any
Self type
object ops

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
ops.type

Value members

Concrete methods

def annSchemaAlg[P[_], Ann[_]](using evidence$5: ToSchema[P], interpret: FunctionK[Ann, [T] =>> () => Schema[T]]): HAlgebra[[Y1[_], Z1] =>> HEnvT[Ann, [Y[_], Z] =>> SchemaF[P, Y, Z], Y1, Z1], Schema]
def apply[S[_]](implicit instance: ToSchema[S]): ToSchema[S]

Summon an instance of ToSchema for S.

Summon an instance of ToSchema for S.

Attributes

def recordSchema[P[_], I](rb: FreeApplicative[[_] =>> PropSchema[I, Schema, _$32], I])(using evidence$6: ToSchema[P]): Schema[I]
def schemaAlg[P[_]](using evidence$4: ToSchema[P]): HAlgebra[[Y[_], Z] =>> SchemaF[P, Y, Z], Schema]

Givens

Givens

given given_ToSchema_AnnotatedSchema[P[_], A[_]](using evidence$2: ToSchema[P], evidence$3: FunctionK[A, [T] =>> () => Schema[T]]): ToSchema[[_] =>> AnnotatedSchema[P, A, _$12]]
given given_ToSchema_EitherK[P[_], Q[_]](using evidence$7: ToSchema[P], evidence$8: ToSchema[Q]): ToSchema[[_] =>> EitherK[P, Q, _$39]]
given given_ToSchema_Schema[P[_]](using evidence$1: ToSchema[P]): ToSchema[[_] =>> Schema[P, _$4]]