Object/Trait

ru.tinkoff.tschema.swagger

MkSwagger

Related Docs: trait MkSwagger | package swagger

Permalink

object MkSwagger

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]

    Permalink
  2. case class PathSpec(path: Vector[String], method: Option[Method], op: OpenApiOp, key: Option[String] = scala.None) extends Product with Serializable

    Permalink
  3. type TagInfo = Map[String, SwaggerDescription]

    Permalink
  4. type TypePool = TreeMap[String, DescribedType]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object PathSpec extends Serializable

    Permalink
  5. def apply[T](implicit derived: MkSwagger[T]): MkSwagger[T]

    Permalink
  6. macro def apply[Def <: DSLDef](definition: ⇒ Def)(impl: Unit): SwaggerBuilder

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. implicit def deriveCons[start, end](implicit start: SwaggerMapper[start], end: MkSwagger[end]): MkSwagger[:>[start, end]]

    Permalink
  10. implicit def deriveJoin[left, right](implicit left: MkSwagger[left], right: MkSwagger[right]): MkSwagger[<|>[left, right]]

    Permalink
  11. implicit def derivedComplete[T](implicit typ: SwaggerTypeable[T]): MkSwagger[Complete[T]] { ... /* 4 definitions in type refinement */ }

    Permalink
  12. def empty[T]: MkSwagger[T]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. object macroInterface

    Permalink
  19. implicit def monoidInstance[A]: Monoid[MkSwagger[A]]

    Permalink
  20. implicit val monoidKInstance: MonoidK[MkSwagger]

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def single[T](op: OpenApiOp, typeList: TreeMap[String, DescribedType]): MkSwagger[T] { ... /* 4 definitions in type refinement */ }

    Permalink
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    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