object MkSwagger

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

Type Members

  1. type PathSeq = Vector[PathSpec]
  2. case class PathSpec(path: Vector[String], method: Option[Method], op: OpenApiOp, key: Option[String] = scala.None) extends Product with Serializable
  3. type TagInfo = Map[String, SwaggerDescription]
  4. type TypePool = TreeMap[String, DescribedType]

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 derived: MkSwagger[T]): MkSwagger[T]
  5. macro def apply[Def <: DSLDef](definition: ⇒ Def): SwaggerBuilder
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  8. implicit def deriveCons[start, end](implicit start: SwaggerMapper[start], end: MkSwagger[end]): MkSwagger[:>[start, end]]
  9. implicit def deriveJoin[left, right](implicit left: MkSwagger[left], right: MkSwagger[right]): MkSwagger[<|>[left, right]]
  10. implicit def derivedComplete[T](implicit content: SwaggerContent[T]): MkSwagger[Complete[T]] { ... /* 4 definitions in type refinement */ }
  11. def empty[T]: MkSwagger[T]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. implicit def monoidInstance[A]: Monoid[MkSwagger[A]]
  18. implicit val monoidKInstance: MonoidK[MkSwagger]
  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. def single[T](op: OpenApiOp, typeList: TreeMap[String, DescribedType]): MkSwagger[T] { ... /* 4 definitions in type refinement */ }
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. object PathSpec extends Serializable
  29. object macroInterface

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