ToSchema

morphling.tapir.ToSchema
See theToSchema companion object
trait ToSchema[S[_]] extends Serializable

Attributes

Companion
object
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def toSchema: FunctionK[S, Schema]

Extensions

Extensions

extension [F[_], A](fa: F[A])(using TS: ToSchema[F])
def schema: Schema[A]