Operation

org.scalatra.swagger.Operation
case class Operation(method: HttpMethod, operationId: String, responseClass: DataType, summary: String, position: Int, description: Option[String], deprecated: Boolean, parameters: List[Parameter], responseMessages: List[ResponseMessage], consumes: List[String], produces: List[String], schemes: List[String], authorizations: List[String], tags: List[String])

Attributes

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

Members list

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product