play.modules

swagger

package swagger

Visibility
  1. Public
  2. All

Type Members

  1. class PlayApiReader extends JaxrsApiReader

  2. class PlayApiScanner extends Scanner

    Identifies Play Controllers annotated as Swagger API's.

    Identifies Play Controllers annotated as Swagger API's. Uses the Play Router to identify Controllers, and then tests each for the API annotation.

  3. case class RouteEntry(httpMethod: String, path: String) extends Product with Serializable

  4. class SwaggerPlugin extends api.Plugin

Value Members

  1. object ApiListingCache extends ReaderUtil

  2. object SwaggerUtils

Ungrouped