Package

com.wellfactored

playbindings

Permalink

package playbindings

Visibility
  1. Public
  2. All

Type Members

  1. trait ValueClassFormats extends ValueClassReads with ValueClassWrites

    Permalink
  2. trait ValueClassPathBindable extends ValueWrapperGen

    Permalink
  3. trait ValueClassQueryStringBindable extends ValueWrapperGen

    Permalink
  4. trait ValueClassReads extends ValueWrapperGen

    Permalink
  5. trait ValueClassUrlBinders extends ValueClassPathBindable with ValueClassQueryStringBindable

    Permalink
  6. trait ValueClassWrites extends ValueWrapperGen

    Permalink

Value Members

  1. object ValueClassFormats extends ValueClassFormats

    Permalink
  2. object ValueClassUrlBinders extends ValueClassUrlBinders

    Permalink

    import ValueClassUrlBinders._ to get both the ValueClassPathBindable and ValueClassQueryStringBindable generators in implicit scope.

    import ValueClassUrlBinders._ to get both the ValueClassPathBindable and ValueClassQueryStringBindable generators in implicit scope. In particular, add this to your build.sbt to import them into the routes file:

    routesImport += "com.wellfactored.playbinders.ValueClassUrlBinders._"

Ungrouped