OpenAPI

wvlet.airframe.http.openapi.OpenAPI
See theOpenAPI companion object
case class OpenAPI(openapi: String, info: Info, paths: Map[String, Map[String, PathItem]], components: Option[Components])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def toJSON: String
def toYAML: String
def withInfo(info: Info): OpenAPI

Set the info of the router

Set the info of the router

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product