Packages

abstract class Empty[T] extends SwaggerMapper[T]

Source
SwaggerMapper.scala
Linear Supertypes
SwaggerMapper[T], FunctionK[MkSwagger, MkSwagger], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Empty
  2. SwaggerMapper
  3. FunctionK
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Empty()

Type Members

  1. class Applied extends SwaggerBuilder
    Definition Classes
    SwaggerMapper

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]
    Definition Classes
    SwaggerMapper
  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 */ }
    Definition Classes
    SwaggerMapper
  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]
    Definition Classes
    SwaggerMapper
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def auths: TreeMap[String, OpenApiSecurity]
    Definition Classes
    EmptySwaggerMapper
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  13. def compose[E[_]](f: FunctionK[E, MkSwagger]): FunctionK[E, MkSwagger]
    Definition Classes
    FunctionK
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def map(f: (PathSpec) ⇒ PathSpec): SwaggerMapper[T]
    Definition Classes
    SwaggerMapper
  20. def mapSpec(spec: PathSpec): PathSpec
    Definition Classes
    EmptySwaggerMapper
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def or[H[_]](h: FunctionK[H, MkSwagger]): FunctionK[[γ$1$]EitherK[MkSwagger, H, γ$1$], MkSwagger]
    Definition Classes
    FunctionK
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def to[A](to: SwaggerBuilder): SwaggerBuilder
    Definition Classes
    SwaggerMapper
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def types: Map[String, DescribedType]
    Definition Classes
    EmptySwaggerMapper
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  31. 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 SwaggerMapper[T]

Inherited from FunctionK[MkSwagger, MkSwagger]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped