Api

org.scalatra.swagger.Api
case class Api(apiVersion: String, swaggerVersion: String, resourcePath: String, description: Option[String], produces: List[String], consumes: List[String], protocols: List[String], apis: List[Endpoint], models: Map[String, Model], authorizations: List[String], position: Int)

Attributes

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

Members list

Value members

Concrete methods

def model(name: String): Option[Model]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product