trait SwaggerGenerator extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SwaggerGenerator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def apiClasses: Set[Class[_]]
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apiDocsPath: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def basePath: String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def components: Option[Components]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def externalDocs: Option[ExternalDocumentation]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def generateSwaggerJson: String
- def generateSwaggerYaml: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def host: String
- returns
the host (and possibly, port) for the API (eg
api.example.comorlocalhost:8080)- used in conjunction with the schemes - this is ignored if you have non-empty serverURLs
- def info: Info
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def reader: Reader
- def schemes: List[String]
- returns
list of URL schemes (default is
["http"]) - this is ignored if you have non-empty serverURLs
- def security: List[SecurityRequirement]
- def securitySchemes: Map[String, SecurityScheme]
- def serverURLs: Seq[String]
- returns
list of URLs (as strings) - if this list is empty, then the values are derived using the SwaggerGenerator.host and schemes
- def specVersion: SpecVersion
- def swaggerConfig: OpenAPI
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unwantedDefinitions: Seq[String]
- def vendorExtensions: Map[String, AnyRef]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()