OneOf

wvlet.airframe.http.openapi.OpenAPI$.OneOf
case class OneOf(oneOf: Seq[SchemaOrRef]) extends Union3[Schema, SchemaRef, OneOf]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Union3[Schema, SchemaRef, OneOf]
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