Packages

t

endpoints4s.generic.JsonSchemas

GenericJsonSchemaLowPriority

trait GenericJsonSchemaLowPriority extends GenericJsonSchemaLowLowPriority

Self Type
GenericJsonSchema.type
Source
JsonSchemas.scala
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericJsonSchemaLowPriority
  2. GenericJsonSchemaLowLowPriority
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait DerivedGenericRecord[A, D <: HList, V <: HList] extends AnyRef

    Intermediate type used by the machinery to summon a Record[A] schema

    Intermediate 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
  2. class GenericRecord[A] extends GenericJsonSchema[A]
    Definition Classes
    GenericJsonSchemaLowLowPriority
    Annotations
    @implicitNotFound()
  3. class GenericTagged[A] extends GenericJsonSchema[A]
    Definition Classes
    GenericJsonSchemaLowLowPriority
    Annotations
    @implicitNotFound()

Deprecated Type Members

  1. trait DocumentedGenericRecord[A, D <: HList] extends AnyRef
    Definition Classes
    GenericJsonSchemaLowLowPriority
    Annotations
    @deprecated
    Deprecated

    (Since version 1.2.0) Replaced by DerivedGenericRecord

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. 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
  4. 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()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. 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]]
  9. 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]]
  10. 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]]
  11. 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]
  12. 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
  13. 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
  14. 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
  15. 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
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. 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]
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. 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

  2. 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

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

    (Since version 9)

  4. 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 of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  5. 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

  6. 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.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromGenericJsonSchemaLowPriority to any2stringadd[GenericJsonSchemaLowPriority]

Inherited by implicit conversion StringFormat fromGenericJsonSchemaLowPriority to StringFormat[GenericJsonSchemaLowPriority]

Inherited by implicit conversion Ensuring fromGenericJsonSchemaLowPriority to Ensuring[GenericJsonSchemaLowPriority]

Inherited by implicit conversion ArrowAssoc fromGenericJsonSchemaLowPriority to ArrowAssoc[GenericJsonSchemaLowPriority]

Ungrouped