Primitive

final case
class Primitive[T](name: Option[String], genericDescription: Option[String], genericValidators: Set[Validator[T]], genericExamples: Seq[T], deprecated: Boolean) extends Schema[T]
trait Serializable
trait Product
trait Equals
trait Schema[T]
class Object
trait Matchable
class Any

Type members

Types

override
type Shape = Unit

Value members

Concrete methods

override
def shape: Unit
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Inherited fields

final lazy
Inherited from
Schema