trait GenericJsonSchemaLowPriority extends GenericJsonSchemaLowLowPriority
- Alphabetic
- By Inheritance
- GenericJsonSchemaLowPriority
- GenericJsonSchemaLowLowPriority
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
@docsannotations 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( ... )
-
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
-
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( ... ) @native() @HotSpotIntrinsicCandidate()
- 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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
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
-
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