Known

zio.schema.meta.ExtensibleMetaSchema$.Known
See theKnown companion object
final case class Known[BuiltIn <: TypeList](typeId: TypeId, path: NodePath, optional: Boolean)(implicit builtInInstances: SchemaInstances[BuiltIn]) extends ExtensibleMetaSchema[BuiltIn]

Attributes

Companion:
object
Graph
Supertypes
trait Product
trait Equals
trait ExtensibleMetaSchema[BuiltIn]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
ExtensibleMetaSchema
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
Inherited from:
ExtensibleMetaSchema

Implicits

Implicits

implicit val builtInInstances: SchemaInstances[BuiltIn]