trait SwaggerMapper[T] extends FunctionK[MkSwagger, MkSwagger]
- Self Type
- SwaggerMapper[T]
- Annotations
- @implicitNotFound( ... )
- Source
- SwaggerMapper.scala
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SwaggerMapper
- FunctionK
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class Applied extends SwaggerBuilder
Abstract Value Members
- abstract def auths: TreeMap[String, OpenApiSecurity]
- abstract def mapSpec(spec: PathSpec): PathSpec
- abstract def types: Map[String, DescribedType]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def ++(that: TraversableOnce[(String, SwaggerType)]): SwaggerMapper[T]
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
and[H[_]](h: FunctionK[MkSwagger, H]): FunctionK[MkSwagger, [γ$4$]Tuple2K[MkSwagger, H, γ$4$]]
- Definition Classes
- FunctionK
- def andThen[B](other: SwaggerMapper[B]): SwaggerMapper[B] { ... /* 2 definitions in type refinement */ }
-
def
andThen[H[_]](f: FunctionK[MkSwagger, H]): FunctionK[MkSwagger, H]
- Definition Classes
- FunctionK
-
def
apply[A](mkSwagger: MkSwagger[A]): MkSwagger[A]
- Definition Classes
- SwaggerMapper → FunctionK
- def as[U]: SwaggerMapper[U]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
compose[E[_]](f: FunctionK[E, MkSwagger]): FunctionK[E, MkSwagger]
- Definition Classes
- FunctionK
-
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
- def map(f: (PathSpec) ⇒ PathSpec): SwaggerMapper[T]
-
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
or[H[_]](h: FunctionK[H, MkSwagger]): FunctionK[[γ$1$]EitherK[MkSwagger, H, γ$1$], MkSwagger]
- Definition Classes
- FunctionK
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def to[A](to: SwaggerBuilder): SwaggerBuilder
-
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( ... )