Parameter

wvlet.airframe.http.openapi.OpenAPI$.Parameter
case class Parameter(name: String, in: In, description: Option[String], required: Boolean, schema: Option[SchemaOrRef], deprecated: Option[Boolean], allowEmptyValue: Option[Boolean]) extends Union2[Parameter, ParameterRef]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Union2[Parameter, ParameterRef]
trait Union
class Object
trait Matchable
class Any

Members list

Concise view

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