final case class OpenAPI(openapi: String = "3.1.0", info: Info, jsonSchemaDialect: Option[String] = None, tags: List[Tag] = Nil, servers: List[Server] = Nil, paths: Paths = Paths.Empty, webhooks: Option[Map[String, ReferenceOr[PathItem]]] = None, components: Option[Components] = None, security: List[SecurityRequirement] = Nil, extensions: ListMap[String, ExtensionValue] = ListMap.empty) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OpenAPI
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new OpenAPI(openapi: String = "3.1.0", info: Info, jsonSchemaDialect: Option[String] = None, tags: List[Tag] = Nil, servers: List[Server] = Nil, paths: Paths = Paths.Empty, webhooks: Option[Map[String, ReferenceOr[PathItem]]] = None, components: Option[Components] = None, security: List[SecurityRequirement] = Nil, extensions: ListMap[String, ExtensionValue] = ListMap.empty)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addExtension(key: String, value: ExtensionValue): OpenAPI
- def addPathItem(path: String, pathItem: PathItem): OpenAPI
- def addSecurity(updated: SecurityRequirement): OpenAPI
- def addServer(url: String): OpenAPI
- def addServer(server: Server): OpenAPI
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def components(updated: Components): OpenAPI
- val components: Option[Components]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def extensions(updated: ListMap[String, ExtensionValue]): OpenAPI
- val extensions: ListMap[String, ExtensionValue]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def info(updated: Info): OpenAPI
- val info: Info
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jsonSchemaDialect(d: Option[String]): OpenAPI
- val jsonSchemaDialect: Option[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def openapi(updated: String): OpenAPI
- val openapi: String
- def paths(updated: Paths): OpenAPI
- val paths: Paths
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def security(updated: List[SecurityRequirement]): OpenAPI
- val security: List[SecurityRequirement]
- def servers(s: List[Server]): OpenAPI
- val servers: List[Server]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tags(t: List[Tag]): OpenAPI
- val tags: List[Tag]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def webhooks(wh: Option[Map[String, ReferenceOr[PathItem]]]): OpenAPI
- val webhooks: Option[Map[String, ReferenceOr[PathItem]]]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)