object Schema extends SchemaExtensions with SchemaMagnoliaDerivation with LowPrioritySchema with Serializable

Linear Supertypes
Serializable, Serializable, LowPrioritySchema, SchemaMagnoliaDerivation, SchemaExtensions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Schema
  2. Serializable
  3. Serializable
  4. LowPrioritySchema
  5. SchemaMagnoliaDerivation
  6. SchemaExtensions
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Typeclass[T] = Schema[T]
    Definition Classes
    SchemaMagnoliaDerivation

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. val ModifyCollectionElements: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def binary[T]: Schema[T]

    Creates a schema for type T, where the low-level representation is binary.

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def combine[T](ctx: ReadOnlyCaseClass[Schema, T])(implicit genericDerivationConfig: Configuration): Schema[T]
    Definition Classes
    SchemaMagnoliaDerivation
  9. macro def derived[T]: Schema[T]
  10. implicit def derivedSchema[T](implicit derived: Derived[Schema[T]]): Schema[T]
    Definition Classes
    LowPrioritySchema
  11. def dispatch[T](ctx: SealedTrait[Schema, T])(implicit genericDerivationConfig: Configuration): Schema[T]
    Definition Classes
    SchemaMagnoliaDerivation
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. macro def oneOfUsingField[E, V](extractor: (E) ⇒ V, asString: (V) ⇒ String)(mapping: (V, Schema[_])*): Schema[E]
  21. implicit def schemaForArray[T](implicit arg0: Schema[T]): Schema[Array[T]]
  22. implicit val schemaForBigDecimal: Schema[BigDecimal]
  23. implicit val schemaForBoolean: Schema[Boolean]
  24. implicit val schemaForByte: Schema[Byte]
  25. implicit val schemaForByteArray: Schema[Array[Byte]]
  26. implicit val schemaForByteBuffer: Schema[ByteBuffer]
  27. implicit val schemaForDate: Schema[Date]
  28. implicit val schemaForDouble: Schema[Double]
  29. implicit val schemaForFile: Schema[tapir.TapirFile]
  30. implicit val schemaForFloat: Schema[Float]
  31. implicit val schemaForInputStream: Schema[InputStream]
  32. implicit val schemaForInstant: Schema[Instant]
  33. implicit val schemaForInt: Schema[Int]
  34. implicit def schemaForIterable[T, C[X] <: Iterable[X]](implicit arg0: Schema[T]): Schema[C[T]]
  35. implicit val schemaForJBigDecimal: Schema[BigDecimal]
  36. implicit val schemaForJavaDuration: Schema[Duration]
  37. implicit val schemaForLocalDate: Schema[LocalDate]
  38. implicit val schemaForLocalDateTime: Schema[LocalDateTime]
  39. implicit val schemaForLocalTime: Schema[LocalTime]
  40. implicit val schemaForLong: Schema[Long]
  41. implicit macro def schemaForMap[V](implicit arg0: Schema[V]): Schema[Map[String, V]]
  42. implicit val schemaForOffsetDateTime: Schema[OffsetDateTime]
  43. implicit val schemaForOffsetTime: Schema[OffsetTime]
  44. implicit def schemaForOption[T](implicit arg0: Schema[T]): Schema[Option[T]]
  45. implicit def schemaForPart[T](implicit arg0: Schema[T]): Schema[Part[T]]
  46. implicit val schemaForScalaDuration: Schema[Duration]
  47. implicit val schemaForShort: Schema[Short]
  48. implicit val schemaForString: Schema[String]
  49. implicit val schemaForUUID: Schema[UUID]
  50. implicit val schemaForUnit: Schema[Unit]
  51. implicit val schemaForZoneOffset: Schema[ZoneOffset]
  52. implicit val schemaForZonedDateTime: Schema[ZonedDateTime]
  53. def string[T]: Schema[T]

    Creates a schema for type T, where the low-level representation is a String.

  54. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  55. def toString(): String
    Definition Classes
    AnyRef → Any
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from LowPrioritySchema

Inherited from SchemaMagnoliaDerivation

Inherited from SchemaExtensions

Inherited from AnyRef

Inherited from Any

Ungrouped