Trait/Object

ru.tinkoff.tschema.swagger

SwaggerMapper

Related Docs: object SwaggerMapper | package swagger

Permalink

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

Self Type
SwaggerMapper[T]
Annotations
@implicitNotFound( ... )
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

    Permalink

Abstract Value Members

  1. abstract def auths: TreeMap[String, OpenApiSecurity]

    Permalink
  2. abstract def mapSpec(spec: PathSpec): PathSpec

    Permalink
  3. abstract def types: Map[String, DescribedType]

    Permalink

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++(that: TraversableOnce[(String, SwaggerType)]): SwaggerMapper[T]

    Permalink
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. def and[H[_]](h: FunctionK[MkSwagger, H]): FunctionK[MkSwagger, [γ$4$]Tuple2K[MkSwagger, H, γ$4$]]

    Permalink
    Definition Classes
    FunctionK
  6. def andThen[B](other: SwaggerMapper[B]): SwaggerMapper[B] { ... /* 2 definitions in type refinement */ }

    Permalink
  7. def andThen[H[_]](f: FunctionK[MkSwagger, H]): FunctionK[MkSwagger, H]

    Permalink
    Definition Classes
    FunctionK
  8. def apply[A](mkSwagger: MkSwagger[A]): MkSwagger[A]

    Permalink
    Definition Classes
    SwaggerMapper → FunctionK
  9. def as[U]: SwaggerMapper[U]

    Permalink
  10. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  12. def compose[E[_]](f: FunctionK[E, MkSwagger]): FunctionK[E, MkSwagger]

    Permalink
    Definition Classes
    FunctionK
  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. def map(f: (PathSpec) ⇒ PathSpec): SwaggerMapper[T]

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. def or[H[_]](h: FunctionK[H, MkSwagger]): FunctionK[[γ$1$]EitherK[MkSwagger, H, γ$1$], MkSwagger]

    Permalink
    Definition Classes
    FunctionK
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def to[A](to: SwaggerBuilder): SwaggerBuilder

    Permalink
  25. def toString(): String

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. 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 FunctionK[MkSwagger, MkSwagger]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped