Fallback

zio.schema.meta.ExtensibleMetaSchema.Fallback
See theFallback companion object
final case class Fallback[BuiltIn <: TypeList](path: NodePath, left: ExtensibleMetaSchema[BuiltIn], right: ExtensibleMetaSchema[BuiltIn], optional: Boolean)(implicit builtInInstances: SchemaInstances[BuiltIn]) extends ExtensibleMetaSchema[BuiltIn]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ExtensibleMetaSchema[BuiltIn]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def toSchema: Schema[_]

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]