Packages

t

endpoints4s.generic.JsonSchemas

GenericJsonSchemaLowPriority

trait GenericJsonSchemaLowPriority extends GenericJsonSchemaLowLowPriority

Self Type
GenericJsonSchema.type
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericJsonSchemaLowPriority
  2. GenericJsonSchemaLowLowPriority
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped