trait GenericJsonSchemaLowLowPriority extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- GenericJsonSchemaLowLowPriority
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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
-
class
GenericRecord[A] extends GenericJsonSchema[A]
- Annotations
- @implicitNotFound( ... )
-
class
GenericTagged[A] extends GenericJsonSchema[A]
- Annotations
- @implicitNotFound( ... )
-
trait
DocumentedGenericRecord[A, D <: HList] extends AnyRef
- 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 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]
-
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]
-
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
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]
- Annotations
- @deprecated
- Deprecated
(Since version 1.2.0) Replaced by
derivedGenericRecord