object GenericSwaggerTypeable
- Source
- SwaggerTypeable.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GenericSwaggerTypeable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class CoproductAlts[C <: Coproduct](alts: List[(Option[String], Eval[SwaggerType])]) extends Product with Serializable
- final case class HListProps[L <: HList](props: List[(String, Eval[(SwaggerType, Boolean)])]) extends Product with Serializable
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
- def apply[T](implicit typ: GenericSwaggerTypeable[T]): GenericSwaggerTypeable[T]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def cConsAlts[Name <: Symbol, Value, Tail <: Coproduct](implicit headAlt: Lazy[SwaggerTypeable[Value]], tail: CoproductAlts[Tail], name: Aux[Name], cfg: Config = SwaggerTypeable.defaultConfig): CoproductAlts[:+:[FieldType[Name, Value], Tail]]
- implicit val cNilAlts: CoproductAlts[CNil]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def genericProductTypeable[T, L <: HList](implicit lgen: Aux[T, L], list: HListProps[L], descr: DescribeTypeable[T] = DescribeTypeable.empty[T]): GenericSwaggerTypeable[T]
- implicit def genericSumTypeable[T, C <: Coproduct](implicit gen: Aux[T, C], sum: CoproductAlts[C], cfg: Config = SwaggerTypeable.defaultConfig, descr: DescribeTypeable[T] = DescribeTypeable.empty[T]): GenericSwaggerTypeable[T]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit def hConProps[Name <: Symbol, Value, Tail <: HList](implicit headProp: Lazy[SwaggerTypeable[Value]], tail: HListProps[Tail], name: Aux[Name], cfg: Config = SwaggerTypeable.defaultConfig): HListProps[::[FieldType[Name, Value], Tail]]
- implicit val hNilProps: HListProps[HNil]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def make[T](t: SwaggerType, descript: Option[String] = None): GenericSwaggerTypeable[T] { ... /* 2 definitions in type refinement */ }
-
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
-
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
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )