Paths

sttp.apispec.openapi.Paths
See thePaths companion object
final case class Paths(pathItems: ListMap[String, PathItem], extensions: ListMap[String, ExtensionValue])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addExtension(key: String, value: ExtensionValue): Paths
def addPathItem(path: String, pathItem: PathItem): Paths
def extensions(updated: ListMap[String, ExtensionValue]): Paths
def pathItems(updated: ListMap[String, PathItem]): Paths

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product