object MkSwagger
- Source
- MkSwagger.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MkSwagger
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type PathSeq = Vector[PathSpec]
- case class PathSpec(path: Vector[String], method: Option[Method], op: OpenApiOp, key: Option[String] = scala.None) extends Product with Serializable
- type TagInfo = Map[String, SwaggerDescription]
- type TypePool = TreeMap[String, DescribedType]
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 derived: MkSwagger[T]): MkSwagger[T]
- macro def apply[Def <: DSLDef](definition: ⇒ Def): SwaggerBuilder
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- implicit def deriveCons[start, end](implicit start: SwaggerMapper[start], end: MkSwagger[end]): MkSwagger[:>[start, end]]
- implicit def deriveJoin[left, right](implicit left: MkSwagger[left], right: MkSwagger[right]): MkSwagger[<|>[left, right]]
- implicit def derivedComplete[T](implicit content: SwaggerContent[T]): MkSwagger[Complete[T]] { ... /* 4 definitions in type refinement */ }
- def empty[T]: MkSwagger[T]
-
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
- implicit def monoidInstance[A]: Monoid[MkSwagger[A]]
- implicit val monoidKInstance: MonoidK[MkSwagger]
-
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()
- def single[T](op: OpenApiOp, typeList: TreeMap[String, DescribedType]): MkSwagger[T] { ... /* 4 definitions in type refinement */ }
-
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( ... )
- object PathSpec extends Serializable
- object macroInterface