final case class Components(schemas: ListMap[String, SchemaLike] = ListMap.empty, responses: ListMap[String, ReferenceOr[Response]] = ListMap.empty, parameters: ListMap[String, ReferenceOr[Parameter]] = ListMap.empty, examples: ListMap[String, ReferenceOr[Example]] = ListMap.empty, requestBodies: ListMap[String, ReferenceOr[RequestBody]] = ListMap.empty, headers: ListMap[String, ReferenceOr[Header]] = ListMap.empty, securitySchemes: ListMap[String, ReferenceOr[SecurityScheme]] = ListMap.empty, links: ListMap[String, ReferenceOr[Link]] = ListMap.empty, callbacks: ListMap[String, ReferenceOr[Callback]] = ListMap.empty, extensions: ListMap[String, ExtensionValue] = ListMap.empty) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Components
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Components(schemas: ListMap[String, SchemaLike] = ListMap.empty, responses: ListMap[String, ReferenceOr[Response]] = ListMap.empty, parameters: ListMap[String, ReferenceOr[Parameter]] = ListMap.empty, examples: ListMap[String, ReferenceOr[Example]] = ListMap.empty, requestBodies: ListMap[String, ReferenceOr[RequestBody]] = ListMap.empty, headers: ListMap[String, ReferenceOr[Header]] = ListMap.empty, securitySchemes: ListMap[String, ReferenceOr[SecurityScheme]] = ListMap.empty, links: ListMap[String, ReferenceOr[Link]] = ListMap.empty, callbacks: ListMap[String, ReferenceOr[Callback]] = ListMap.empty, extensions: ListMap[String, ExtensionValue] = ListMap.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addCallback(key: String, callback: Callback): Components
  5. def addExample(key: String, example: Example): Components
  6. def addExtension(key: String, value: ExtensionValue): Components
  7. def addHeader(key: String, header: Header): Components
  8. def addLink(key: String, link: Link): Components
  9. def addParameter(key: String, parameter: Parameter): Components
  10. def addRequestBody(key: String, requestBody: RequestBody): Components
  11. def addResponse(key: String, response: Response): Components
  12. def addSchema(key: String, schema: SchemaLike): Components
  13. def addSecurityScheme(key: String, scheme: SecurityScheme): Components
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def callbacks(updated: ListMap[String, ReferenceOr[Callback]]): Components
  16. val callbacks: ListMap[String, ReferenceOr[Callback]]
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def examples(updated: ListMap[String, ReferenceOr[Example]]): Components
  20. val examples: ListMap[String, ReferenceOr[Example]]
  21. def extensions(updated: ListMap[String, ExtensionValue]): Components
  22. val extensions: ListMap[String, ExtensionValue]
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  24. def getLocalCallback(key: String): Option[Callback]
  25. def getLocalExample(key: String): Option[Example]
  26. def getLocalHeader(key: String): Option[Header]
  27. def getLocalLink(key: String): Option[Link]
  28. def getLocalParameter(key: String): Option[Parameter]
  29. def getLocalRequestBody(key: String): Option[RequestBody]
  30. def getLocalResponse(key: String): Option[Response]
  31. def getLocalSecurityScheme(key: String): Option[SecurityScheme]
  32. def getReferenceToCallback(key: String): Option[Reference]
  33. def getReferenceToExample(key: String): Option[Reference]
  34. def getReferenceToHeader(key: String): Option[Reference]
  35. def getReferenceToLink(key: String): Option[Reference]
  36. def getReferenceToParameter(key: String): Option[Reference]
  37. def getReferenceToRequestBody(key: String): Option[Reference]
  38. def getReferenceToResponse(key: String): Option[Reference]
  39. def getReferenceToSecurityScheme(key: String): Option[Reference]
  40. def getSchema(key: String): Option[SchemaLike]
  41. def headers(updated: ListMap[String, ReferenceOr[Header]]): Components
  42. val headers: ListMap[String, ReferenceOr[Header]]
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. def links(updated: ListMap[String, ReferenceOr[Link]]): Components
  45. val links: ListMap[String, ReferenceOr[Link]]
  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  49. def parameters(updated: ListMap[String, ReferenceOr[Parameter]]): Components
  50. val parameters: ListMap[String, ReferenceOr[Parameter]]
  51. def productElementNames: Iterator[String]
    Definition Classes
    Product
  52. def requestBodies(updated: ListMap[String, ReferenceOr[RequestBody]]): Components
  53. val requestBodies: ListMap[String, ReferenceOr[RequestBody]]
  54. def responses(updated: ListMap[String, ReferenceOr[Response]]): Components
  55. val responses: ListMap[String, ReferenceOr[Response]]
  56. def schemas(updated: ListMap[String, SchemaLike]): Components
  57. val schemas: ListMap[String, SchemaLike]
  58. def securitySchemes(updated: ListMap[String, ReferenceOr[SecurityScheme]]): Components
  59. val securitySchemes: ListMap[String, ReferenceOr[SecurityScheme]]
  60. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  61. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  62. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  63. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped