ExtensibleMetaSchema

zio.schema.meta.ExtensibleMetaSchema
See theExtensibleMetaSchema companion object
sealed trait ExtensibleMetaSchema[BuiltIn <: TypeList]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Dictionary[BuiltIn]
class Either[BuiltIn]
class FailNode[BuiltIn]
class Fallback[BuiltIn]
class Known[BuiltIn]
class ListNode[BuiltIn]
class Product[BuiltIn]
class Ref[BuiltIn]
class Sum[BuiltIn]
class Tuple[BuiltIn]
class Value[BuiltIn]
Show all
Self type

Members list

Value members

Abstract methods

def path: NodePath

Concrete methods

def toSchema: Schema[_]
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any