Swagger

org.scalatra.swagger.Swagger$
See theSwagger companion class
object Swagger

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Swagger.type

Members list

Value members

Concrete methods

def collectModels[T : Manifest](alreadyKnown: Set[Model]): Set[Model]
def modelToSwagger[T](implicit mf: Manifest[T]): Option[Model]
def modelToSwagger(klass: ScalaType): Option[Model]

Concrete fields

val SpecVersion: String
val excludes: Set[Type]