SchemaIndex

sealed trait SchemaIndex

A map of schemas indexed by tag.

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def get[A](implicit key: ShapeTag[A]): Option[Schema[A]]
def get(shapeId: ShapeId): Option[Schema[_]]

Concrete methods

final def get[A](key: Has[A]): Option[Schema[A]]
final def get[T](nt: Newtype[T]): Option[Schema[Type]]