Packages

case class PathItem(ops: ListMap[Method, Operation], parameters: Option[List[Parameter]]) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PathItem
  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 PathItem(ops: ListMap[Method, Operation], parameters: Option[List[Parameter]])

Value Members

  1. def endpoints: ListMap[Method, Endpoint]
  2. val ops: ListMap[Method, Operation]
  3. val parameters: Option[List[Parameter]]
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. def resolve(rs: ListMap[String, Response], ps: ListMap[String, Parameter], c: Option[List[String]], p: Option[List[String]]): PathItem