Packages

t

endpoints4s.generic.JsonSchemas

GenericJsonSchemaLowLowPriority

trait GenericJsonSchemaLowLowPriority extends AnyRef

Self Type
GenericJsonSchema.type
Source
JsonSchemas.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericJsonSchemaLowLowPriority
  2. AnyRef
  3. 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

  2. class GenericRecord[A] extends GenericJsonSchema[A]
    Annotations
    @implicitNotFound()
  3. class GenericTagged[A] extends GenericJsonSchema[A]
    Annotations
    @implicitNotFound()

Deprecated Type Members

  1. trait DocumentedGenericRecord[A, D <: HList] extends AnyRef
    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 GenericJsonSchemaLowLowPriority toany2stringadd[GenericJsonSchemaLowLowPriority] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (GenericJsonSchemaLowLowPriority, B)
    Implicit
    This member is added by an implicit conversion from GenericJsonSchemaLowLowPriority toArrowAssoc[GenericJsonSchemaLowLowPriority] 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 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]
  9. def ensuring(cond: (GenericJsonSchemaLowLowPriority) => Boolean, msg: => Any): GenericJsonSchemaLowLowPriority
    Implicit
    This member is added by an implicit conversion from GenericJsonSchemaLowLowPriority toEnsuring[GenericJsonSchemaLowLowPriority] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (GenericJsonSchemaLowLowPriority) => Boolean): GenericJsonSchemaLowLowPriority
    Implicit
    This member is added by an implicit conversion from GenericJsonSchemaLowLowPriority toEnsuring[GenericJsonSchemaLowLowPriority] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: => Any): GenericJsonSchemaLowLowPriority
    Implicit
    This member is added by an implicit conversion from GenericJsonSchemaLowLowPriority toEnsuring[GenericJsonSchemaLowLowPriority] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): GenericJsonSchemaLowLowPriority
    Implicit
    This member is added by an implicit conversion from GenericJsonSchemaLowLowPriority toEnsuring[GenericJsonSchemaLowLowPriority] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. 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]
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version 9)

  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from GenericJsonSchemaLowLowPriority toStringFormat[GenericJsonSchemaLowLowPriority] 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.

  3. 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]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.2.0) Replaced by derivedGenericRecord

  4. def [B](y: B): (GenericJsonSchemaLowLowPriority, B)
    Implicit
    This member is added by an implicit conversion from GenericJsonSchemaLowLowPriority toArrowAssoc[GenericJsonSchemaLowLowPriority] 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 fromGenericJsonSchemaLowLowPriority to any2stringadd[GenericJsonSchemaLowLowPriority]

Inherited by implicit conversion StringFormat fromGenericJsonSchemaLowLowPriority to StringFormat[GenericJsonSchemaLowLowPriority]

Inherited by implicit conversion Ensuring fromGenericJsonSchemaLowLowPriority to Ensuring[GenericJsonSchemaLowLowPriority]

Inherited by implicit conversion ArrowAssoc fromGenericJsonSchemaLowLowPriority to ArrowAssoc[GenericJsonSchemaLowLowPriority]

Ungrouped