net.ceedubs

scrutinator

package scrutinator

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

Type Members

  1. type CursorHistory = List[Cursor]

  2. type Errors = NonEmptyList[ScopedValidationFail]

  3. type ErrorsOr[+A] = \/[Errors, A]

  4. type HeaderParam[A] = A with Tagged[Headers]

  5. type HeaderParams = Map[String, String] with Tagged[Headers]

  6. type JsonParam[A] = A with Tagged[Json]

  7. type ParamFromSource[A, S <: ValueSource] = A with Tagged[S]

  8. type PathParam[A] = A with Tagged[Path]

  9. type QueryParam[A] = A with Tagged[QueryString]

  10. type QueryStringParams = Map[String, Seq[String]] with Tagged[QueryString]

  11. type Request = HttpServletRequest

  12. type Validated[+A] = Validation[Errors, A]

  13. type ValidatedOption[+A] = Validation[Errors, Option[A]]

Value Members

  1. package json4s

  2. implicit def reqToRichReq: (Request) ⇒ RichRequest

Inherited from AnyRef

Inherited from Any

Ungrouped