SwaggerSupportBase

org.scalatra.swagger.SwaggerSupportBase

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def endpoints(basePath: String): List[Endpoint]

Builds the documentation for all the endpoints discovered in an API.

Builds the documentation for all the endpoints discovered in an API.

Attributes

protected def extractOperation(route: Route, method: HttpMethod): Operation

Extract an operation from a route

Extract an operation from a route

Attributes