t

org.scalatra.swagger

SwaggerOperation

trait SwaggerOperation extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SwaggerOperation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def authorizations: List[String]
  2. abstract def consumes: List[String]
  3. abstract def deprecated: Boolean
  4. abstract def method: HttpMethod
  5. abstract def nickname: Option[String]
  6. abstract def notes: Option[String]
  7. abstract def parameters: List[Parameter]
  8. abstract def position: Int
  9. abstract def produces: List[String]
  10. abstract def protocols: List[String]
  11. abstract def responseClass: DataType
  12. abstract def responseMessages: List[ResponseMessage]
  13. abstract def summary: String
  14. abstract def tags: List[String]

Deprecated Value Members

  1. def errorResponses: List[ResponseMessage]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.2.2) Swagger spec 1.2 renamed errorResponses to responseMessages.

  2. def httpMethod: HttpMethod
    Annotations
    @deprecated
    Deprecated

    (Since version 2.2.2) Swagger spec 1.2 renamed httpMethod to method.