object GenericSwaggerTypeable

Source
SwaggerTypeable.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericSwaggerTypeable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class CoproductAlts[C <: Coproduct](alts: List[(Option[String], Eval[SwaggerType])]) extends Product with Serializable
  2. final case class HListProps[L <: HList](props: List[(String, Eval[(SwaggerType, Boolean)])]) extends Product with Serializable

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. def apply[T](implicit typ: GenericSwaggerTypeable[T]): GenericSwaggerTypeable[T]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. 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]]
  7. implicit val cNilAlts: CoproductAlts[CNil]
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. implicit def genericProductTypeable[T, L <: HList](implicit lgen: Aux[T, L], list: HListProps[L], descr: DescribeTypeable[T] = DescribeTypeable.empty[T]): GenericSwaggerTypeable[T]
  12. 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]
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. 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]]
  15. implicit val hNilProps: HListProps[HNil]
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def make[T](t: SwaggerType, descript: Option[String] = None): GenericSwaggerTypeable[T] { ... /* 2 definitions in type refinement */ }
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped