object ValueSchema

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValueSchema
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. implicit val schemaForBool: ValueSchema[bool]
  2. implicit val schemaForBoolean: ValueSchema[Boolean]
  3. implicit val schemaForByte: ValueSchema[Byte]
  4. implicit val schemaForInteger: ValueSchema[Int]
  5. implicit val schemaForLong: ValueSchema[Long]
  6. implicit val schemaForNum: ValueSchema[num]
  7. implicit def schemaForNumeric[T](implicit arg0: Numeric[T]): ValueSchema[T]
  8. implicit val schemaForShort: ValueSchema[Short]
  9. implicit val schemaForStr: ValueSchema[str]
  10. implicit val schemaForString: ValueSchema[String]