com.krrrr38.play

autodoc

package autodoc

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. autodoc
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait AutodocHelpers extends AnyRef

    autodoc helper to use route in RouteInvokers

  2. type HeaderKey = String

  3. type HeaderValue = String

  4. case class Request(method: String, path: String, httpVersion: String, headers: String, body: String) extends Product with Serializable

  5. case class Response(status: String, headers: String, body: String) extends Product with Serializable

Value Members

  1. object AutodocConfiguration

  2. object AutodocHelpers extends AutodocHelpers

    autodoc helper to use route in RouteInvokers

  3. object Request extends Serializable

  4. object Response extends Serializable

  5. def normalizeText(content: String, existPrefix: String = ""): String

  6. package templates

  7. package twirl

Inherited from AnyRef

Inherited from Any

Ungrouped