object ToSchema extends LowPriorityToSchema

Linear Supertypes
LowPriorityToSchema, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ToSchema
  2. LowPriorityToSchema
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit def ArrayToSchema[S](implicit subschema: ToSchema[S]): ToSchema[Array[S]]
  5. implicit def BigDecimalToSchema(implicit sp: ScaleAndPrecision = ScaleAndPrecision(2, 8)): ToSchema[BigDecimal]
  6. implicit val BooleanToSchema: ToSchema[Boolean]
  7. implicit val ByteArrayToSchema: ToSchema[Array[Byte]]
  8. implicit def CoproductBaseSchema[S](implicit subschema: ToSchema[S]): ToSchema[:+:[S, CNil]]
  9. implicit def CoproductSchema[S, T <: Coproduct](implicit subschema: ToSchema[S], coproductSchema: ToSchema[T]): ToSchema[:+:[S, T]]
  10. implicit val DoubleToSchema: ToSchema[Double]
  11. implicit def EitherToSchema[A, B](implicit aSchema: ToSchema[A], bSchema: ToSchema[B]): ToSchema[Either[A, B]]
  12. implicit val FloatToSchema: ToSchema[Float]
  13. implicit val IntToSchema: ToSchema[Int]
  14. implicit def IterableToSchema[S](implicit subschema: ToSchema[S]): ToSchema[Iterable[S]]
  15. implicit def JavaEnumToSchema[E <: Enum[_]](implicit tag: ClassTag[E]): ToSchema[E]
  16. implicit def ListToSchema[S](implicit subschema: ToSchema[S]): ToSchema[List[S]]
  17. implicit val LongToSchema: ToSchema[Long]
  18. implicit def MapToSchema[V](implicit valueToSchema: ToSchema[V]): ToSchema[Map[String, V]]
  19. implicit def OptionToSchema[T](implicit valueSchema: ToSchema[T]): ToSchema[Option[T]]
  20. implicit def SeqToSchema[S](implicit subschema: ToSchema[S]): ToSchema[Seq[S]]
  21. implicit def SetToSchema[S](implicit subschema: ToSchema[S]): ToSchema[Set[S]]
  22. implicit val StringToSchema: ToSchema[String]
  23. implicit def apply[T](implicit arg0: Manifest[T], schemaFor: SchemaFor[T]): ToSchema[T]
    Definition Classes
    LowPriorityToSchema
  24. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  25. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  28. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. implicit object UUIDToSchema extends ToSchema[UUID]

Inherited from LowPriorityToSchema

Inherited from AnyRef

Inherited from Any

Ungrouped