package swagger

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class BodyRequestParam(description: String = "", name: String, typ: Class[_], innerOptionType: Option[Type] = None) extends FinatraRequestParam with Product with Serializable
  2. class DocsController extends Controller
    Annotations
    @Singleton()
  3. class FinatraOperation extends AnyRef
  4. sealed trait FinatraRequestParam extends AnyRef
  5. class FinatraSwagger extends AnyRef
  6. case class HeaderRequestParam(name: String, required: Boolean = true, description: String = "", typ: Class[_]) extends FinatraRequestParam with ModelParam with Product with Serializable
  7. sealed trait ModelParam extends AnyRef
  8. case class QueryRequestParam(name: String, typ: Class[_], description: String = "", required: Boolean = true) extends FinatraRequestParam with ModelParam with Product with Serializable
  9. case class RequestInjectRequestParam(name: String) extends FinatraRequestParam with Product with Serializable
  10. case class RouteRequestParam(name: String, typ: Class[_], description: String = "", required: Boolean = true) extends FinatraRequestParam with ModelParam with Product with Serializable
  11. trait SwaggerController extends Controller with SwaggerRouteDSL
  12. abstract class SwaggerModule extends TwitterModule

    Created by Jake on 4/26/17.

Value Members

  1. case object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  2. object FinatraOperation
  3. object FinatraSwagger

Ungrouped