wvlet.airframe.http.openapi

Members list

Type members

Classlikes

case class OpenAPI(openapi: String, info: Info, paths: Map[String, Map[String, PathItem]], components: Option[Components])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object OpenAPI

A subset of Open API objects necessary for describing Airframe RPC interfaces

A subset of Open API objects necessary for describing Airframe RPC interfaces

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
OpenAPI.type
class OpenAPIGenerator(config: OpenAPIGeneratorConfig) extends LogSupport

Attributes

Supertypes
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class Object
trait Matchable
class Any
Show all
case class OpenAPIGeneratorConfig(basePackages: Seq[String], commonErrorResponses: Map[String, Response])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all