package swagger
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class BodyRequestParam(description: String = "", name: String, typ: Class[_], innerOptionType: Option[Type] = None) extends FinatraRequestParam with Product with Serializable
- class DocsController extends Controller
- Annotations
- @Singleton()
- class FinatraOperation extends AnyRef
- sealed trait FinatraRequestParam extends AnyRef
- class FinatraSwagger extends AnyRef
- case class HeaderRequestParam(name: String, required: Boolean = true, description: String = "", typ: Class[_]) extends FinatraRequestParam with ModelParam with Product with Serializable
- sealed trait ModelParam extends AnyRef
- case class QueryRequestParam(name: String, typ: Class[_], description: String = "", required: Boolean = true) extends FinatraRequestParam with ModelParam with Product with Serializable
- case class RequestInjectRequestParam(name: String) extends FinatraRequestParam with Product with Serializable
- case class RouteRequestParam(name: String, typ: Class[_], description: String = "", required: Boolean = true) extends FinatraRequestParam with ModelParam with Product with Serializable
- trait SwaggerController extends Controller with SwaggerRouteDSL
- abstract class SwaggerModule extends TwitterModule
Created by Jake on 4/26/17.
Value Members
- case object BuildInfo extends Product with Serializable
This object was generated by sbt-buildinfo.
- object FinatraOperation
- object FinatraSwagger