trait SwaggerMapper[T] extends FunctionK[MkSwagger, MkSwagger]

Self Type
SwaggerMapper[T]
Annotations
@implicitNotFound( ... )
Source
SwaggerMapper.scala
Linear Supertypes
FunctionK[MkSwagger, MkSwagger], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SwaggerMapper
  2. FunctionK
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Applied extends SwaggerBuilder

Abstract Value Members

  1. abstract def auths: TreeMap[String, OpenApiSecurity]
  2. abstract def mapSpec(spec: PathSpec): PathSpec
  3. abstract def types: Map[String, DescribedType]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def ++(that: TraversableOnce[(String, SwaggerType)]): SwaggerMapper[T]
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def and[H[_]](h: FunctionK[MkSwagger, H]): FunctionK[MkSwagger, [γ$4$]Tuple2K[MkSwagger, H, γ$4$]]
    Definition Classes
    FunctionK
  6. def andThen[B](other: SwaggerMapper[B]): SwaggerMapper[B] { ... /* 2 definitions in type refinement */ }
  7. def andThen[H[_]](f: FunctionK[MkSwagger, H]): FunctionK[MkSwagger, H]
    Definition Classes
    FunctionK
  8. def apply[A](mkSwagger: MkSwagger[A]): MkSwagger[A]
    Definition Classes
    SwaggerMapper → FunctionK
  9. def as[U]: SwaggerMapper[U]
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  12. def compose[E[_]](f: FunctionK[E, MkSwagger]): FunctionK[E, MkSwagger]
    Definition Classes
    FunctionK
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def map(f: (PathSpec) ⇒ PathSpec): SwaggerMapper[T]
  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 or[H[_]](h: FunctionK[H, MkSwagger]): FunctionK[[γ$1$]EitherK[MkSwagger, H, γ$1$], MkSwagger]
    Definition Classes
    FunctionK
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def to[A](to: SwaggerBuilder): SwaggerBuilder
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  28. 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 FunctionK[MkSwagger, MkSwagger]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped