Value

zio.schema.meta.ExtensibleMetaSchema$.Value
See theValue companion object
final case class Value[BuiltIn <: TypeList](valueType: StandardType[_], 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]