Info

sttp.apispec.openapi.Info
final case class Info(title: String, version: String, summary: Option[String], description: Option[String], termsOfService: Option[String], contact: Option[Contact], license: Option[License], extensions: ListMap[String, ExtensionValue])

Attributes

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): Info
def contact(updated: Contact): Info
def description(updated: String): Info
def extensions(updated: ListMap[String, ExtensionValue]): Info
def license(updated: License): Info
def summary(updated: String): Info
def termsOfService(updated: String): Info
def title(updated: String): Info
def version(updated: String): Info

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product