trait GenericJsonSchemaLowPriority extends GenericJsonSchemaLowLowPriority
- Self Type
- GenericJsonSchema.type
- Source
- JsonSchemas.scala
- Alphabetic
- By Inheritance
- GenericJsonSchemaLowPriority
- GenericJsonSchemaLowLowPriority
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Type Members
- trait DerivedGenericRecord[A, D <: HList, V <: HList] extends AnyRef
Intermediate type used by the machinery to summon a
Record[A]
schemaIntermediate type used by the machinery to summon a
Record[A]
schema- A
Case class type for which a schema is derived
- D
List of
@docs
annotations attached to the case class fields- V
List of default values for the case class fields
- Definition Classes
- GenericJsonSchemaLowLowPriority
- class GenericRecord[A] extends GenericJsonSchema[A]
- Definition Classes
- GenericJsonSchemaLowLowPriority
- Annotations
- @implicitNotFound()
- class GenericTagged[A] extends GenericJsonSchema[A]
- Definition Classes
- GenericJsonSchemaLowLowPriority
- Annotations
- @implicitNotFound()
Deprecated Type Members
- trait DocumentedGenericRecord[A, D <: HList] extends AnyRef
- Definition Classes
- GenericJsonSchemaLowLowPriority
- Annotations
- @deprecated
- Deprecated
(Since version 1.2.0) Replaced by
DerivedGenericRecord
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from GenericJsonSchemaLowPriority toany2stringadd[GenericJsonSchemaLowPriority] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (GenericJsonSchemaLowPriority, B)
- Implicit
- This member is added by an implicit conversion from GenericJsonSchemaLowPriority toArrowAssoc[GenericJsonSchemaLowPriority] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- implicit def consCoproduct[L <: Symbol, H, T <: Coproduct](implicit labelHead: Aux[L], recordHead: GenericJsonSchema.GenericRecord[H], taggedTail: GenericJsonSchema.GenericTagged[T]): GenericJsonSchema.GenericTagged[:+:[FieldType[L, H], T]]
- implicit def consGenericRecord[L <: Symbol, H, T <: HList, DH <: Option[docs], DT <: HList, VH <: Option[H], VT <: HList](implicit labelHead: Aux[L], jsonSchemaHead: JsonSchemas.JsonSchema[H], jsonSchemaTail: GenericJsonSchema.DerivedGenericRecord[T, DT, VT]): GenericJsonSchema.DerivedGenericRecord[::[FieldType[L, H], T], ::[DH, DT], ::[VH, VT]]
- implicit def consOptGenericRecord[L <: Symbol, H, T <: HList, DH <: Option[docs], DT <: HList, VH <: None.type, VT <: HList](implicit labelHead: Aux[L], jsonSchemaHead: JsonSchemas.JsonSchema[H], jsonSchemaTail: GenericJsonSchema.DerivedGenericRecord[T, DT, VT]): GenericJsonSchema.DerivedGenericRecord[::[FieldType[L, Option[H]], T], ::[DH, DT], ::[VH, VT]]
- implicit def derivedGenericRecord[A, R, D <: HList, V <: HList](implicit gen: Aux[A, R], docOpt: GenericJsonSchema.GenericDescription[A], docAnns: Aux[docs, A, D], defaultValues: Aux[A, V], titleOpt: GenericJsonSchema.GenericTitle[A], record: GenericJsonSchema.DerivedGenericRecord[R, D, V], nameOpt: GenericJsonSchema.GenericSchemaName[A]): GenericJsonSchema.GenericRecord[A]
- Definition Classes
- GenericJsonSchemaLowLowPriority
- def ensuring(cond: (GenericJsonSchemaLowPriority) => Boolean, msg: => Any): GenericJsonSchemaLowPriority
- Implicit
- This member is added by an implicit conversion from GenericJsonSchemaLowPriority toEnsuring[GenericJsonSchemaLowPriority] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (GenericJsonSchemaLowPriority) => Boolean): GenericJsonSchemaLowPriority
- Implicit
- This member is added by an implicit conversion from GenericJsonSchemaLowPriority toEnsuring[GenericJsonSchemaLowPriority] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): GenericJsonSchemaLowPriority
- Implicit
- This member is added by an implicit conversion from GenericJsonSchemaLowPriority toEnsuring[GenericJsonSchemaLowPriority] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): GenericJsonSchemaLowPriority
- Implicit
- This member is added by an implicit conversion from GenericJsonSchemaLowPriority toEnsuring[GenericJsonSchemaLowPriority] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit def taggedGeneric[A, R](implicit gen: Aux[A, R], docOpt: GenericJsonSchema.GenericDescription[A], titleOpt: GenericJsonSchema.GenericTitle[A], tagged: GenericJsonSchema.GenericTagged[R], nameOpt: GenericJsonSchema.GenericSchemaName[A], discriminator: GenericJsonSchema.GenericDiscriminatorName[A]): GenericJsonSchema.GenericTagged[A]
- Definition Classes
- GenericJsonSchemaLowLowPriority
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def consOptRecord[L <: Symbol, H, T <: HList, DH <: Option[docs], DT <: HList](implicit labelHead: Aux[L], jsonSchemaHead: JsonSchemas.JsonSchema[H], jsonSchemaTail: GenericJsonSchema.DocumentedGenericRecord[T, DT]): GenericJsonSchema.DocumentedGenericRecord[::[FieldType[L, Option[H]], T], ::[DH, DT]]
- Annotations
- @deprecated
- Deprecated
(Since version 1.2.0) Replaced by
consOptGenericRecord
- def consRecord[L <: Symbol, H, T <: HList, DH <: Option[docs], DT <: HList](implicit labelHead: Aux[L], jsonSchemaHead: JsonSchemas.JsonSchema[H], jsonSchemaTail: GenericJsonSchema.DocumentedGenericRecord[T, DT]): GenericJsonSchema.DocumentedGenericRecord[::[FieldType[L, H], T], ::[DH, DT]]
- Annotations
- @deprecated
- Deprecated
(Since version 1.2.0) Replaced by
consGenericRecord
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from GenericJsonSchemaLowPriority toStringFormat[GenericJsonSchemaLowPriority] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- def recordGeneric[A, R, D <: HList](implicit gen: Aux[A, R], docOpt: GenericJsonSchema.GenericDescription[A], docAnns: Aux[docs, A, D], titleOpt: GenericJsonSchema.GenericTitle[A], record: GenericJsonSchema.DocumentedGenericRecord[R, D], nameOpt: GenericJsonSchema.GenericSchemaName[A]): GenericJsonSchema.GenericRecord[A]
- Definition Classes
- GenericJsonSchemaLowLowPriority
- Annotations
- @deprecated
- Deprecated
(Since version 1.2.0) Replaced by
derivedGenericRecord
- def →[B](y: B): (GenericJsonSchemaLowPriority, B)
- Implicit
- This member is added by an implicit conversion from GenericJsonSchemaLowPriority toArrowAssoc[GenericJsonSchemaLowPriority] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.