Class

org.scalatra.swagger.SwaggerSupportSyntax

SwaggerOperationBuilder

Related Doc: package SwaggerSupportSyntax

Permalink

abstract class SwaggerOperationBuilder[T <: SwaggerOperation] extends AnyRef

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

Instance Constructors

  1. new SwaggerOperationBuilder()

    Permalink

Abstract Value Members

  1. abstract def result: T

    Permalink
  2. abstract def resultClass: DataType

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def authorizations(values: String*): SwaggerOperationBuilder.this.type

    Permalink
  6. def authorizations: List[String]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def consumes(values: String*): SwaggerOperationBuilder.this.type

    Permalink
  9. def consumes: List[String]

    Permalink
  10. def deprecate: SwaggerOperationBuilder.this.type

    Permalink
  11. def deprecated: Boolean

    Permalink
  12. def deprecated(value: Boolean): SwaggerOperationBuilder.this.type

    Permalink
  13. def description: Option[String]

    Permalink
  14. def description(content: String): SwaggerOperationBuilder.this.type

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def parameter(param: Parameter): SwaggerOperationBuilder.this.type

    Permalink
  25. def parameters: List[Parameter]

    Permalink
  26. def parameters(params: Parameter*): SwaggerOperationBuilder.this.type

    Permalink
  27. def position: Int

    Permalink
  28. def position(value: Int): SwaggerOperationBuilder.this.type

    Permalink
  29. def produces: List[String]

    Permalink
  30. def produces(values: String*): SwaggerOperationBuilder.this.type

    Permalink
  31. def responseMessage(err: ResponseMessage): SwaggerOperationBuilder.this.type

    Permalink
  32. def responseMessages(errs: ResponseMessage*): SwaggerOperationBuilder.this.type

    Permalink
  33. def responseMessages: List[ResponseMessage]

    Permalink
  34. def schemes(values: String*): SwaggerOperationBuilder.this.type

    Permalink
  35. def schemes: List[String]

    Permalink
  36. def summary: String

    Permalink
  37. def summary(content: String): SwaggerOperationBuilder.this.type

    Permalink
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def tags(values: String*): SwaggerOperationBuilder.this.type

    Permalink
  40. def tags: List[String]

    Permalink
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def nickName(value: String): SwaggerOperationBuilder.this.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) This property will be dropped in Scalatra 2.7.0. Use operationId instead.

  2. def nickname: Option[String]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) This property will be dropped in Scalatra 2.7.0. Use operationId instead.

  3. def nickname(value: String): SwaggerOperationBuilder.this.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) This property will be dropped in Scalatra 2.7.0. Use operationId instead.

  4. def notes: Option[String]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) This property will be dropped in Scalatra 2.7.0. Use description instead.

  5. def notes(content: String): SwaggerOperationBuilder.this.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) This property will be dropped in Scalatra 2.7.0. Use description instead.

  6. def protocols(values: String*): SwaggerOperationBuilder.this.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) This property will be dropped in Scalatra 2.7.0. Use schemes instead.

  7. def protocols: List[String]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) This property will be dropped in Scalatra 2.7.0. Use schemes instead.

Inherited from AnyRef

Inherited from Any

Ungrouped