Response

wvlet.airframe.http.openapi.OpenAPI$.Response
case class Response(description: String, headers: Option[Map[String, Header]], content: Map[String, MediaType]) extends Union2[Response, ResponseRef]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Union2[Response, ResponseRef]
trait Union
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def getElementClass: Class[_]

Return the element class

Return the element class

Attributes

Definition Classes
Union

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product